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 aa28b0b commit 81bb9eeCopy full SHA for 81bb9ee
sandbox/GeneratorSandbox/Program.cs
@@ -23,7 +23,7 @@
23
24
25
26
-var verbose = app.AddGlobalOption<bool>(ref args, $"takoyaki", description: "", defaultValue: true, );
+var verbose = app.AddGlobalOption<bool>(ref args, $"takoyaki", description: "", defaultValue: true);
27
var noColor = app.AddGlobalOption<bool>(ref args, "--no-color", "Don't colorize output.");
28
var dryRun = app.AddGlobalOption<bool>(ref args, "--dry-run");
29
var prefixOutput = app.AddRequiredGlobalOption<string>(ref args, "--prefix-output|-pp|-po", "Prefix output with level.");
0 commit comments