home-config/fish/completions/fisher.fish
c211aece1de4f3ef8e0fe4b4316a8359e2d1a998
· 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)" |