Generate Docs is now a hidden command

pull/4840/head
Pranav Jituri 2019-08-04 20:11:59 +05:30
parent d3974b53fc
commit e147341300
No known key found for this signature in database
GPG Key ID: 009BB1DF4550490B
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ var generateDocs = &cobra.Command{
Short: "Populates the specified folder with documentation in markdown about minikube", Short: "Populates the specified folder with documentation in markdown about minikube",
Long: "Populates the specified folder with documentation in markdown about minikube", Long: "Populates the specified folder with documentation in markdown about minikube",
Example: "minikube generate-docs --path <FOLDER_PATH>", Example: "minikube generate-docs --path <FOLDER_PATH>",
Hidden: true,
Run: func(cmd *cobra.Command, args []string) { Run: func(cmd *cobra.Command, args []string) {
// if directory does not exist // if directory does not exist