diff options
Diffstat (limited to 'commands/commands.go')
-rw-r--r-- | commands/commands.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/commands.go b/commands/commands.go index f06d1ce8..0ab84717 100644 --- a/commands/commands.go +++ b/commands/commands.go @@ -47,7 +47,7 @@ var commandsCmd = &cobra.Command{ } func init() { - rootCmd.AddCommand(commandsCmd) + RootCmd.AddCommand(commandsCmd) commandsCmd.Flags().BoolVarP(&commandsDesc, "pretty", "p", false, "Output the command description as well as Markdown compatible comment", |