Differentiate internal signature from external signature w.r.t. help (#5667)

* Differentiate internal signature from external signature w.r.t. help

* Add in the --help flag to default externs in default config

* Remove unusued build_extern

Co-authored-by: mjclements <clements.michael.james@gmail.com>
This commit is contained in:
Clements
2022-05-29 09:14:15 -04:00
committed by GitHub
parent 23a73cd31f
commit 46eb34b35d
5 changed files with 42 additions and 23 deletions

View File

@ -60,6 +60,7 @@ module completions {
--no-show-forced-updates # Don't check if a branch is force-updated
-4 # Use IPv4 addresses, ignore IPv6 addresses
-6 # Use IPv6 addresses, ignore IPv4 addresses
--help # Display this help message
]
# Check out git branches and files
@ -86,6 +87,7 @@ module completions {
-b: string # create and checkout a new branch
-B: string # create/reset and checkout a branch
-l # create reflog for new branch
--help # Display this help message
]
# Push changes
@ -117,6 +119,7 @@ module completions {
--tags # push tags (can't be used with --all or --mirror)
--thin # use thin pack
--verbose(-v) # be more verbose
--help # Display this help message
]
}