aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJohn Olheiser2020-11-06 18:32:57 -0600
committerGitHub2020-11-07 08:32:57 +0800
commit172eca1cd3c17d92e4bee63b1d0ab66f3021df25 (patch)
tree06cc0eff44dfa2b8d3721ea82935df40aa4c2480 /main.go
parent30ce3731a17913155436cee323b1e7016ad8eb49 (diff)
Add docs command (#13429)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index 429314acc..e4fe220e8 100644
--- a/main.go
+++ b/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