Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CLI] New options, fixes, update README #1002

Closed
wants to merge 20 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update ProgressReport.cs
superbonaci authored Mar 21, 2024
commit 672d6eefcd6a44df89dfc48c8c365d1ced3cb330
5 changes: 3 additions & 2 deletions TwitchDownloaderCore/ProgressReport.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
namespace TwitchDownloaderCore
namespace TwitchDownloaderCore
{
public enum ReportType
{
Log,
LogWithoutNewlineFirst,
Percent,
NewLineStatus,
SameLineStatus,
@@ -28,4 +29,4 @@ public ProgressReport(ReportType reportType, string message)
Data = message;
}
}
}
}