You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--log-level string Messages with this level and above will be logged. Valid levels are: Trace, Debug, Info, Warning, Error, Fatal, Panic
instead only
**board listall -v --log-level debug**
with lowercase "d" is accepted.
Please change usage or parser to be consistent.
Environment
CLI version (output of arduino-cli version): 1.10.0 Commit: ec5c3ed
OS and platform: windows, linux...
The text was updated successfully, but these errors were encountered:
ArminJo
changed the title
--log-level Debug is documented but not accepted with capital **D**
--log-level Debug is documented but not accepted with capital "D"
May 20, 2020
This issue was fixed in the command line help by #653:
$ arduino-cli help
...
--log-level string Messages with this level and above will be logged. Valid levels are: trace, debug, info, warn, error, fatal, panic
but there seems to be a problem with the automated generation of the documentation for the command line interface that's published at https://arduino.github.io/arduino-cli/commands/arduino-cli/, so that page still contains the incorrect information.
Bug Report
Current behavior
board listall -v --log-level Debug
is not accepted, but the usage states:
--log-level string Messages with this level and above will be logged. Valid levels are: Trace, Debug, Info, Warning, Error, Fatal, Panic
instead only
**board listall -v --log-level debug**
with lowercase "d" is accepted.
Please change usage or parser to be consistent.
Environment
arduino-cli version
): 1.10.0 Commit: ec5c3edThe text was updated successfully, but these errors were encountered: