Formatting
This commit is contained in:
parent
b46bbef80b
commit
bb895460ad
@ -131,6 +131,9 @@ var promptCmd = &cobra.Command{
|
|||||||
}
|
}
|
||||||
|
|
||||||
func NewRootCmd() *cobra.Command {
|
func NewRootCmd() *cobra.Command {
|
||||||
rootCmd.AddCommand(newCmd, promptCmd)
|
rootCmd.AddCommand(
|
||||||
|
newCmd,
|
||||||
|
promptCmd,
|
||||||
|
)
|
||||||
return rootCmd
|
return rootCmd
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user