Skip to content

Commit 72f7edf

Browse files
committed
Default verbosity is now detailed
- Considering that 99% of use case are developers in CLI, it doesn't make sense to force them to have add this option. When using it in automation scenarious the option to use quiet output can be specified. ***NO_CI***
1 parent b0d12e5 commit 72f7edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nanoFirmwareFlasher/Options.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public class Options
142142
'v',
143143
"verbosity",
144144
Required = false,
145-
Default = "n",
145+
Default = "d",
146146
HelpText = "Sets the verbosity level of the command. Allowed values are q[uiet], m[inimal], n[ormal], d[etailed], and diag[nostic]. Not supported in every command; see specific command page to determine if this option is available.")]
147147
public string Verbosity { get; set; }
148148

0 commit comments

Comments
 (0)