Add docs command (#13429)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
parent
30ce3731a1
commit
172eca1cd3
2 changed files with 62 additions and 0 deletions
1
main.go
1
main.go
|
@ -69,6 +69,7 @@ arguments - which can alternatively be run by running the subcommand web.`
|
|||
cmd.CmdManager,
|
||||
cmd.Cmdembedded,
|
||||
cmd.CmdMigrateStorage,
|
||||
cmd.CmdDocs,
|
||||
}
|
||||
// Now adjust these commands to add our global configuration options
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue