Hide commands that aren't terribly useful to end users.
This commit is contained in:
parent
1a18f21e46
commit
ddc9bc408a
2 changed files with 8 additions and 5 deletions
|
@ -7,6 +7,7 @@ import (
|
|||
|
||||
func init() {
|
||||
rootCmd.AddCommand(docsCmd)
|
||||
docsCmd.Hidden = true
|
||||
}
|
||||
|
||||
var docsCmd = &cobra.Command{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue