mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 06:41:14 -03:00
add share/completions/cygport.fish
This commit is contained in:
6
share/completions/cygport.fish
Normal file
6
share/completions/cygport.fish
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
complete -c cygport -s 4 -l 32
|
||||
complete -c cygport -s 8 -l 64
|
||||
complete -c cygport -l debug
|
||||
complete -c cygport -n '__fish_is_first_token' -A -f -a '*.cygport'
|
||||
complete -c cygport -n 'not __fish_is_first_token' -A -f -a 'downloadall fetchall wgetall getall download fetch wget get prep unpack compile build make check test inst postint list listdebug listdbg dep info homepage web www package pkg diff mkdiff mkpatch upload up ci clean finish almostall all help version'
|
||||
Reference in New Issue
Block a user