mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 04:43:10 +00:00
hg completion: complete directories for --cwd
This commit is contained in:
parent
b3a00c5389
commit
1e58e00734
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ end
|
|||
|
||||
# global options
|
||||
complete -c hg -s R -l repository -x -d "repository root directory or name of overlay bundle file"
|
||||
complete -c hg -l cwd -x -d "change working directory"
|
||||
complete -c hg -l cwd -x -a "(__fish_complete_directories (commandline -ct))" -d "change working directory"
|
||||
complete -c hg -s y -l noninteractive -d "do not prompt, automatically pick the first choice for all prompts"
|
||||
complete -c hg -s q -l quiet -d "suppress output"
|
||||
complete -c hg -s v -l verbose -d "enable additional output"
|
||||
|
|
Loading…
Reference in a new issue