We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a5db3 commit 885b804Copy full SHA for 885b804
tone/Program.cs
@@ -223,7 +223,7 @@
223
config.UseStrictParsing();
224
config.CaseSensitivity(CaseSensitivity.None);
225
config.SetApplicationName("tone");
226
- config.SetApplicationVersion("0.1.6");
+ config.SetApplicationVersion("0.1.7");
227
config.ValidateExamples();
228
config.AddCommand<DumpCommand>("dump")
229
.WithDescription("dump metadata for files and directories (directories are traversed recursively)")
0 commit comments