2016-02-29 14:13:29 +00:00
|
|
|
fisher-uninstall(1) -- Uninstall plugins
|
2016-02-07 11:06:04 +00:00
|
|
|
========================================
|
2016-01-01 21:12:40 +00:00
|
|
|
|
|
|
|
## SYNOPSIS
|
|
|
|
|
2016-02-29 14:13:29 +00:00
|
|
|
fisher uninstall [*plugins* ...]<br>
|
|
|
|
fisher uninstall [--force] [--quiet] [--help]<br>
|
2016-01-01 21:12:40 +00:00
|
|
|
|
|
|
|
## USAGE
|
|
|
|
|
2016-02-29 14:13:29 +00:00
|
|
|
fisher uninstall *url*<br>
|
|
|
|
fisher uninstall *name*<br>
|
|
|
|
fisher uninstall *path* <br>
|
|
|
|
fisher uninstall *owner/repo*<br>
|
2016-01-01 21:12:40 +00:00
|
|
|
|
|
|
|
## DESCRIPTION
|
|
|
|
|
2016-03-30 17:42:44 +00:00
|
|
|
Uninstall one or more plugins. If no arguments are given, read the standard input.
|
2016-01-01 21:12:40 +00:00
|
|
|
|
2016-02-29 14:13:29 +00:00
|
|
|
Uninstall does not remove any copies of the given plugin in $fisher_cache. To erase the copy from the cache, use the --force option.
|
2016-01-01 21:12:40 +00:00
|
|
|
|
2016-03-30 17:42:44 +00:00
|
|
|
Uninstall does not remove any dependencies installed with other plugins.
|
2016-01-01 21:12:40 +00:00
|
|
|
|
|
|
|
## OPTIONS
|
|
|
|
|
2016-02-29 14:13:29 +00:00
|
|
|
* -f, --force:
|
2016-01-01 21:12:40 +00:00
|
|
|
Delete copy from cache.
|
|
|
|
|
2016-02-29 14:13:29 +00:00
|
|
|
* -q, --quiet:
|
2016-01-01 21:12:40 +00:00
|
|
|
Enable quiet mode.
|
|
|
|
|
2016-02-29 14:13:29 +00:00
|
|
|
* -h, --help:
|
2016-01-01 21:12:40 +00:00
|
|
|
Show usage help.
|
|
|
|
|
|
|
|
## EXAMPLES
|
|
|
|
|
2016-03-30 17:42:44 +00:00
|
|
|
* Uninstall all plugins flushing the cache.
|
2016-01-01 21:12:40 +00:00
|
|
|
|
2016-02-07 11:06:04 +00:00
|
|
|
```fish
|
2016-03-30 17:42:44 +00:00
|
|
|
fisher list | fisher uninstall --force
|
2016-01-01 21:12:40 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
## SEE ALSO
|
|
|
|
|
2016-02-29 14:13:29 +00:00
|
|
|
fisher help install<br>
|