Skip to content

Commit

Permalink
Default verbosity is now detailed
Browse files Browse the repository at this point in the history
- 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***
  • Loading branch information
josesimoes committed Dec 3, 2020
1 parent b0d12e5 commit 72f7edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nanoFirmwareFlasher/Options.cs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public class Options
'v',
"verbosity",
Required = false,
Default = "n",
Default = "d",
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.")]
public string Verbosity { get; set; }

Expand Down

0 comments on commit 72f7edf

Please sign in to comment.