Skip to content

Commit 81bb9ee

Browse files
committed
c
1 parent aa28b0b commit 81bb9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sandbox/GeneratorSandbox/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424

2525

26-
var verbose = app.AddGlobalOption<bool>(ref args, $"takoyaki", description: "", defaultValue: true, );
26+
var verbose = app.AddGlobalOption<bool>(ref args, $"takoyaki", description: "", defaultValue: true);
2727
var noColor = app.AddGlobalOption<bool>(ref args, "--no-color", "Don't colorize output.");
2828
var dryRun = app.AddGlobalOption<bool>(ref args, "--dry-run");
2929
var prefixOutput = app.AddRequiredGlobalOption<string>(ref args, "--prefix-output|-pp|-po", "Prefix output with level.");

0 commit comments

Comments
 (0)