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 633bf26 commit 9d097dbCopy full SHA for 9d097db
cli/cmd/root.go
@@ -73,7 +73,7 @@ var rootCmd = &cobra.Command{
73
Long: `Deploy machine learning models in production`,
74
}
75
76
-// Copied from https://github.com/spf13/cobra/blob/master/command.go
+// Copied from https://github.com/spf13/cobra/blob/master/command.go, in order to make the short descritpion start with lower case
77
var helpCmd = &cobra.Command{
78
Use: "help [command]",
79
Short: "help about any command",
0 commit comments