Fix md generation for kubectl docs
Display usage string, not long help, as code, remove angle brackets from output (.md interprets as tags and hides).
This commit is contained in:
@@ -27,7 +27,7 @@ import (
|
||||
// TODO remove once people have been given enough time to notice
|
||||
func NewCmdNamespace(out io.Writer) *cobra.Command {
|
||||
cmd := &cobra.Command{
|
||||
Use: "namespace [<namespace>]",
|
||||
Use: "namespace [namespace]",
|
||||
Short: "SUPERCEDED: Set and view the current Kubernetes namespace",
|
||||
Long: `SUPERCEDED: Set and view the current Kubernetes namespace scope for command line requests.
|
||||
|
||||
|
Reference in New Issue
Block a user