mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-09 07:10:27 +00:00
Do not list info about --help
option by default.
This commit is contained in:
parent
b1d1530a73
commit
81e1ecab28
@ -69,7 +69,7 @@ function fisher -d "Fish Plugin Manager"
|
|||||||
set value commands
|
set value commands
|
||||||
end
|
end
|
||||||
|
|
||||||
printf "Usage: fisher <command> [<args>] [--list] [--version] [--help]\n\n"
|
printf "Usage: fisher <command> [<args>] [--list] [--version]\n\n"
|
||||||
|
|
||||||
switch commands
|
switch commands
|
||||||
case $value
|
case $value
|
||||||
|
@ -33,7 +33,7 @@ test "$TESTNAME - Handle \$fisher_alias aliases"
|
|||||||
end
|
end
|
||||||
|
|
||||||
test "$TESTNAME - Display usage help"
|
test "$TESTNAME - Display usage help"
|
||||||
(fisher | sed 1q) = "Usage: fisher <command> [<args>] [--list] [--version] [--help]"
|
(fisher | sed 1q) = "Usage: fisher <command> [<args>] [--list] [--version]"
|
||||||
end
|
end
|
||||||
|
|
||||||
test "$TESTNAME - Display basic information help info about 'help'"
|
test "$TESTNAME - Display basic information help info about 'help'"
|
||||||
|
Loading…
Reference in New Issue
Block a user