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