Generate markdown for help topics
This commit is contained in:
parent
c7ede29779
commit
f770c6481c
6 changed files with 25 additions and 2 deletions
|
|
@ -16,6 +16,9 @@ func NewCmdVersion(f *cmdutil.Factory, version, buildDate string) *cobra.Command
|
|||
Run: func(cmd *cobra.Command, args []string) {
|
||||
fmt.Fprint(f.IOStreams.Out, Format(version, buildDate))
|
||||
},
|
||||
Annotations: map[string]string{
|
||||
"markdown:generate": "false",
|
||||
},
|
||||
}
|
||||
|
||||
cmdutil.DisableAuthCheck(cmd)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue