Initial CLI docs (#565)

As title, then we could potentially start ingesting these in the docs repo as they are expanded.

Reviewed-on: https://gitea.com/gitea/tea/pulls/565
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: jolheiser <john.olheiser@gmail.com>
Co-committed-by: jolheiser <john.olheiser@gmail.com>
This commit is contained in:
jolheiser
2023-09-01 15:34:13 +00:00
committed by techknowlogick
parent e4e8eb07d2
commit 0869c15a6c
5 changed files with 1369 additions and 0 deletions

View File

@ -56,6 +56,7 @@ func main() {
&cmd.CmdRepoClone,
&cmd.CmdAdmin,
&cmd.CmdDocs,
}
app.EnableBashCompletion = true
err := app.Run(os.Args)