Skip to content

Commit 9d097db

Browse files
committed
Add comment regarding CLI help command
1 parent 633bf26 commit 9d097db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ var rootCmd = &cobra.Command{
7373
Long: `Deploy machine learning models in production`,
7474
}
7575

76-
// Copied from https://github.com/spf13/cobra/blob/master/command.go
76+
// Copied from https://github.com/spf13/cobra/blob/master/command.go, in order to make the short descritpion start with lower case
7777
var helpCmd = &cobra.Command{
7878
Use: "help [command]",
7979
Short: "help about any command",

0 commit comments

Comments
 (0)