diff --git a/plugins/getopts/README.md b/plugins/getopts/README.md deleted file mode 100644 index 74c130e..0000000 --- a/plugins/getopts/README.md +++ /dev/null @@ -1,110 +0,0 @@ -# getopts -> friendly [`getopts`](http://en.wikipedia.org/wiki/Getopts) for [fish](https://fishshell.com) :fish: - -## Usage - -```fish -Add `getopts` to your `$fish_plugins` or import directly into your library via `import plugins/getopts`. -``` - -## Premise -Every utility / function needs to handle arguments. What usually happens is that every function does all the grunt work to parse `$argv` itself, and while some patterns do tend to recur, it's different almost every time. Enter fish `getopts`. - -## Synopsis - `getopts