home-config/fish/completions/fisher.fish

86245d770858cd4795123269b128d9b8399cd80e · 813 B · 7 lines raw

1 complete --command fisher --exclusive --long help --description "Print help"
2 complete --command fisher --exclusive --long version --description "Print version"
3 complete --command fisher --exclusive --condition __fish_use_subcommand --arguments install --description "Install plugins"
4 complete --command fisher --exclusive --condition __fish_use_subcommand --arguments update --description "Update installed plugins"
5 complete --command fisher --exclusive --condition __fish_use_subcommand --arguments remove --description "Remove installed plugins"
6 complete --command fisher --exclusive --condition __fish_use_subcommand --arguments list --description "List installed plugins matching regex"
7 complete --command fisher --exclusive --condition "__fish_seen_subcommand_from update remove" --arguments "(fisher list)"