Skip to content

Commit 7c31666

Browse files
generator: don't use default verb
1 parent d6653f4 commit 7c31666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ private class NewOptions
3030
public string? Exercise { get; set; }
3131
}
3232

33-
[Verb("update", isDefault: true, HelpText = "Update the test file's contents using the exercise's generator template file.")]
33+
[Verb("update", HelpText = "Update the test file's contents using the exercise's generator template file.")]
3434
private class UpdateOptions
3535
{
3636
[Option('e', "exercise", Required = false, HelpText = "The exercise (slug) which tests file to generate.")]

0 commit comments

Comments
 (0)