mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 09:28:31 +08:00
Add completion for prime-run
This commit is contained in:
parent
d8eb7fc46d
commit
8b02a78887
|
@ -149,6 +149,7 @@ Completions
|
|||
- ``mpc``
|
||||
- ``nc``, ``netcat``, ``nc.openbsd``, ``nc.traditional``
|
||||
- ``nmap``, ``ncat``
|
||||
- ``prime-run``
|
||||
- ``pyenv`` (#6551)
|
||||
- ``rst2html``, ``rst2html4``, ``rst2html5``, ``rst2latex``,
|
||||
``rst2man``, ``rst2odt``, ``rst2pseudoxml``, ``rst2s5``,
|
||||
|
|
6
share/completions/prime-run.fish
Normal file
6
share/completions/prime-run.fish
Normal file
|
@ -0,0 +1,6 @@
|
|||
function __fish_complete_prime_run_subcommand
|
||||
set -lx -a PATH /usr/local/sbin /sbin /usr/sbin
|
||||
__fish_complete_subcommand --commandline $args
|
||||
end
|
||||
|
||||
complete -c prime-run -x -a "(__fish_complete_prime_run_subcommand)"
|
Loading…
Reference in New Issue
Block a user