mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
Complete using known repos in darcs
darcs-hash:20061116132251-ac50b-d62d1a1b08d21b57fa6f7e7ae105d9b77026fd39.gz
This commit is contained in:
parent
903326ddf5
commit
4c1d1bb218
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@ complete -c darcs -l repodir -d (N_ "Specify the repository directory in which t
|
|||
complete -c darcs -s v -l verbose -d (N_ "Verbose mode")
|
||||
complete -c darcs -l standard-verbosity -d (N_ "Neither verbose nor quiet output")
|
||||
|
||||
complete -c darcs -n 'not __fish_use_subcommand' -a "(cat _darcs/prefs/repos)" -d (N_ "Darcs repo")
|
||||
|
||||
#
|
||||
# Here follows a huge list of subcommand-specific completions. These are incomplete.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue