stop setting bad defaults that are indistinguishable from real values for clients

This commit is contained in:
deads2k
2017-05-12 15:12:04 -04:00
parent 75bd27a595
commit edd2d973a3
7 changed files with 34 additions and 120 deletions

View File

@@ -57,6 +57,7 @@ func NewCmdExplain(f cmdutil.Factory, out, cmdErr io.Writer) *cobra.Command {
},
}
cmd.Flags().Bool("recursive", false, "Print the fields of fields (Currently only 1 level deep)")
cmd.Flags().String("api-version", "", "The API version to use when talking to the server")
cmdutil.AddInclude3rdPartyFlags(cmd)
return cmd
}