mirror of
https://github.com/jorgebucaran/fisher
synced 2024-11-03 15:40:27 +00:00
No overriding getopts via plugins. Close #191
This commit is contained in:
parent
6c2c905dc6
commit
bdf0f1edb5
@ -5,6 +5,10 @@ function __fisher_plugin_walk -a plugin path
|
||||
set -l name (basename $file .fish)
|
||||
set -l base $name.fish
|
||||
|
||||
if test "$name" = "getopts"
|
||||
continue # See #191
|
||||
end
|
||||
|
||||
debug "file %s" $file
|
||||
|
||||
switch $file
|
||||
|
Loading…
Reference in New Issue
Block a user