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 983f8d9 commit 7cccf5aCopy full SHA for 7cccf5a
cmd/arduino-app-cli/main.go
@@ -28,6 +28,8 @@ func main() {
28
Short: "A CLI to manage the Python app",
29
PersistentPreRun: func(cmd *cobra.Command, args []string) {
30
},
31
+ SilenceUsage: true,
32
+ SilenceErrors: true,
33
}
34
35
rootCmd.AddCommand(
0 commit comments