refactor: use -e flag for consistency

This commit is contained in:
Jorge Bucaran 2019-01-05 01:46:17 +09:00
parent 7140368155
commit 6990b81599
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

View file

@ -76,7 +76,7 @@ function fisher -a cmd -d "fish package manager"
end
function _fisher_self_complete
complete -c fisher --erase
complete -ec fisher
complete -xc fisher -n __fish_use_subcommand -a add -d "Add packages"
complete -xc fisher -n __fish_use_subcommand -a rm -d "Remove packages"
complete -xc fisher -n __fish_use_subcommand -a ls -d "List added packages"