mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 18:51:15 -03:00
functions -q: Return false without an argument
This erroneously listed functions and returned true.
This commit is contained in:
@@ -71,3 +71,7 @@ function name3a --argument arg1 arg2
|
||||
|
||||
####################
|
||||
# Checking reserved names
|
||||
|
||||
####################
|
||||
# Checking `functions -q` without arguments
|
||||
False
|
||||
|
||||
Reference in New Issue
Block a user