do not auto-generate date updates in cli markdown (#526)
This commit is contained in:
parent
e76860fd80
commit
9f1c8aa64c
@ -20,9 +20,10 @@ var cliMarkdownDir string
|
|||||||
// The root-level command.
|
// The root-level command.
|
||||||
// `corso <command> [<subcommand>] [<service>] [<flag>...]`
|
// `corso <command> [<subcommand>] [<service>] [<flag>...]`
|
||||||
var cmd = &cobra.Command{
|
var cmd = &cobra.Command{
|
||||||
Use: "generate",
|
Use: "generate",
|
||||||
Short: "Autogenerate Corso documentation.",
|
Short: "Autogenerate Corso documentation.",
|
||||||
Run: genDocs,
|
DisableAutoGenTag: true,
|
||||||
|
Run: genDocs,
|
||||||
}
|
}
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user