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 c2b5eda commit 1396611Copy full SHA for 1396611
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 Python app",
+ Short: "A CLI to manage the Arduino Apps",
52
PersistentPreRun: func(cmd *cobra.Command, args []string) {
53
format, ok := feedback.ParseOutputFormat(format)
54
if !ok {
0 commit comments