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 1396611 commit dac3142Copy full SHA for dac3142
cmd/arduino-app-cli/config/config.go
@@ -29,7 +29,7 @@ import (
29
func NewConfigCmd(cfg config.Configuration) *cobra.Command {
30
appCmd := &cobra.Command{
31
Use: "config",
32
- Short: "Manage arduino-app-cli config",
+ Short: "Manage Arduino App CLI config",
33
}
34
35
appCmd.AddCommand(newConfigGetCmd(cfg))
0 commit comments