mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-05 12:00:17 +00:00
Do not show usage help inconsistently.
This commit is contained in:
parent
bb848e7920
commit
47f90db643
@ -180,7 +180,13 @@ function fisher
|
||||
set items (__fisher_read_bundle_file < "$fisher_bundle")
|
||||
|
||||
if test -z "$items"
|
||||
__fisher_usage > /dev/stderr
|
||||
__fisher_log okay "
|
||||
No plugins to install or dependencies missing.
|
||||
" $__fisher_stderr
|
||||
|
||||
__fisher_log info "
|
||||
See @fisher help@ for usage instructions.
|
||||
" $__fisher_stderr
|
||||
return
|
||||
end
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user