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 58e0b6e commit d517a4fCopy full SHA for d517a4f
cmd/arduino.go
@@ -79,8 +79,7 @@ var arduinoCmd = &cobra.Command{
79
BashCompletionFunction: bashAutoCompletionFunction,
80
PersistentPreRun: arduinoPreRun,
81
RunE: arduinoRun,
82
- Example: `arduino --config /path/to/my/config/file # sets the config file instead of passing parameters or using the default one.
83
-arduino --generate-docs to generate the docs and autocompletion for the whole CLI.
+ Example: `arduino --generate-docs to generate the docs and autocompletion for the whole CLI.
84
arduino --home /new/arduino/home/folder`,
85
}
86
0 commit comments