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 b456182 commit 31f454fCopy full SHA for 31f454f
cmd/arduino-app-cli/main.go
@@ -48,7 +48,7 @@ func run(configuration cfg.Configuration) error {
48
defer func() { _ = servicelocator.CloseDockerClient() }()
49
rootCmd := &cobra.Command{
50
Use: "arduino-app-cli",
51
- Short: "A CLI to manage the Arduino Apps",
+ Short: "A CLI to manage Arduino Apps",
52
PersistentPreRun: func(cmd *cobra.Command, args []string) {
53
format, ok := feedback.ParseOutputFormat(format)
54
if !ok {
cmd/arduino-app-cli/system/system.go
@@ -37,7 +37,7 @@ import (
37
38
func NewSystemCmd(cfg config.Configuration) *cobra.Command {
39
cmd := &cobra.Command{
40
- Use: "system",
+ Use: "system",
41
Short: "Manage the board’s system configuration",
42
}
43
0 commit comments