Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
Change default timestamps to relative in CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
lay295 committed Jun 8, 2021
1 parent af0c7b6 commit 5ce45f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TwitchDownloaderCLI/Options.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class Options
public string Oauth { get; set; }
[Option("timestamp", HelpText = "Enable timestamp in chat render.")]
public bool Timestamp { get; set; }
[Option("timestamp-format", HelpText = "Sets the timestamp format for .txt chat logs. Valid values are Utc, Relative, and None", Default = TimestampFormat.None)]
[Option("timestamp-format", HelpText = "Sets the timestamp format for .txt chat logs. Valid values are Utc, Relative, and None", Default = TimestampFormat.Relative)]
public TimestampFormat TimeFormat { get; set; }
[Option("embed-emotes", HelpText = "Embed emotes into chat download.")]
public bool EmbedEmotes { get; set; }
Expand Down
2 changes: 1 addition & 1 deletion TwitchDownloaderCore/TwitchDownloaderCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<Authors>Lewis Pardo</Authors>
<Version>1.0.9</Version>
<Version>1.1.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 5ce45f7

Please sign in to comment.