Disable completions
This commit is contained in:
parent
40ae6b666f
commit
d5a297cb86
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ func RootCmd() *cobra.Command {
|
||||||
Short: "Webapp to play RPG games and manage their assets",
|
Short: "Webapp to play RPG games and manage their assets",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cmd.CompletionOptions.DisableDefaultCmd = true
|
||||||
|
|
||||||
cmd.PersistentFlags().StringP("config", "c", "craban.yml", "path to the configuration file")
|
cmd.PersistentFlags().StringP("config", "c", "craban.yml", "path to the configuration file")
|
||||||
|
|
||||||
cmd.AddCommand(
|
cmd.AddCommand(
|
||||||
|
|
Loading…
Reference in a new issue