mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-25 20:33:08 +00:00
hg completion: complete --color=debug too
This commit is contained in:
parent
fa66ac8d8c
commit
c8c7fec48a
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ complete -c hg -l profile -d "print command execution profile"
|
||||||
complete -c hg -l version -d "output version information and exit"
|
complete -c hg -l version -d "output version information and exit"
|
||||||
complete -c hg -s h -l help -d "display help and exit"
|
complete -c hg -s h -l help -d "display help and exit"
|
||||||
complete -c hg -l hidden -d "consider hidden changesets"
|
complete -c hg -l hidden -d "consider hidden changesets"
|
||||||
complete -c hg -l color -x -a "true false always auto never" -d "when to colorize"
|
complete -c hg -l color -x -a "true false always auto never debug" -d "when to colorize"
|
||||||
complete -c hg -l pager -x -a "true false always auto never" -d "when to paginate"
|
complete -c hg -l pager -x -a "true false always auto never" -d "when to paginate"
|
||||||
|
|
||||||
# subcommands
|
# subcommands
|
||||||
|
|
Loading…
Reference in a new issue