test "display help help" (fisher help --help | xargs) = "usage: fisher help [] [--all] [--guides] [--usage[=]] [--help] -a --all List commands and guides -g --guides List documentation guides -u --usage[=] Display command usage help -h --help Show usage help" end test "display install help" (fisher install --help | xargs) = "usage: fisher install [ ...] [--quiet] [--help] -q --quiet Enable quiet mode -h --help Show usage help" end test "display search help" (fisher search --help | xargs) = "usage: fisher search [] [--select=] [--field=] [--or|--and] [--quiet] [--help] -s --select= Select all, cache or remote plugins -f --field= Filter by name, url, info, tag or author -a --and Join query with AND operator -o --or Join query with OR operator -q --quiet Enable quiet mode -h --help Show usage help" end test "display uninstall help" (fisher uninstall --help | xargs) = "usage: fisher uninstall [ ...] [--all] [--force] [--quiet] [--help] -a --all Uninstall all plugins -f --force Delete copy from cache -q --quiet Enable quiet mode -h --help Show usage help" end test "display update help" (fisher update --help | xargs) = "usage: fisher update [ ...] [--self] [--cache] [--path=] [--quiet] [--help] -s --self Update Fisherman -c --cache Update cached plugins --path= Update repository at given path -q --quiet Enable quiet mode -h --help Show usage help" end