Improve fisher -h (#691)

pull/697/head
Jorge Bucaran 2 years ago
parent 885129b7d3
commit 1f080b0457
No known key found for this signature in database
GPG Key ID: E54BA3C0E646DB30

@ -15,6 +15,8 @@ function fisher --argument-names cmd --description "A plugin manager for Fish"
echo "Options:"
echo " -v or --version Print version"
echo " -h or --help Print this help message"
echo "Variables:"
echo " \$fisher_path Plugin installation path. Default: ~/.config/fish"
case ls list
string match --entire --regex -- "$argv[2]" $_fisher_plugins
case install update remove

Loading…
Cancel
Save