mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-27 11:43:37 +08:00
9367d4ff71
This does not include checks/function.fish because that currently includes a "; end" in a message that indent would remove, breaking the test.
9 lines
204 B
Fish
9 lines
204 B
Fish
#completion for pkg_delete
|
|
|
|
|
|
complete -c pkg_delete -a '(__fish_print_packages)' --description Package
|
|
|
|
complete -c pkg_delete -o a -d 'Delete unused deps'
|
|
complete -c pkg_delete -o V -d 'Turn on stats'
|
|
|