fish-shell/share/completions/pkg_delete.fish
Fabian Homborg 9367d4ff71 Reindent functions to remove useless quotes
This does not include checks/function.fish because that currently
includes a "; end" in a message that indent would remove, breaking the test.
2020-03-09 19:46:43 +01:00

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'