Refresh man pages

- Fix name of man pages for all but the toplevel command
- Set title of all man pages to "GitHub CLI manual"
- Include gh version information in man pages
- Clean up rendering of flags section
- List subcommands for every command
This commit is contained in:
Mislav Marohnić 2021-12-20 17:33:35 +01:00
parent 17291d1d5f
commit 31c7181297
6 changed files with 55 additions and 134 deletions

View file

@ -8,7 +8,7 @@ release:
before:
hooks:
- go mod tidy
- make manpages
- make manpages GH_VERSION={{.Version}}
builds:
- <<: &build_defaults