diff options
author | John Olheiser | 2020-11-06 18:32:57 -0600 |
---|---|---|
committer | GitHub | 2020-11-07 08:32:57 +0800 |
commit | 172eca1cd3c17d92e4bee63b1d0ab66f3021df25 (patch) | |
tree | 06cc0eff44dfa2b8d3721ea82935df40aa4c2480 /main.go | |
parent | 30ce3731a17913155436cee323b1e7016ad8eb49 (diff) |
Add docs command (#13429)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |