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 4bcfeb1 commit b456182Copy full SHA for b456182
cmd/arduino-app-cli/system/system.go
@@ -38,6 +38,7 @@ import (
38
func NewSystemCmd(cfg config.Configuration) *cobra.Command {
39
cmd := &cobra.Command{
40
Use: "system",
41
+ Short: "Manage the board’s system configuration",
42
}
43
44
cmd.AddCommand(newDownloadImageCmd(cfg))
0 commit comments