fisher.fish 813 B

12345678
  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)"