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 d6653f4 commit 7c31666Copy full SHA for 7c31666
generators/Program.cs
@@ -30,7 +30,7 @@ private class NewOptions
30
public string? Exercise { get; set; }
31
}
32
33
- [Verb("update", isDefault: true, HelpText = "Update the test file's contents using the exercise's generator template file.")]
+ [Verb("update", HelpText = "Update the test file's contents using the exercise's generator template file.")]
34
private class UpdateOptions
35
{
36
[Option('e', "exercise", Required = false, HelpText = "The exercise (slug) which tests file to generate.")]
0 commit comments