fish version: 2.7.1
If I pass in an unknown argument to a builtin, it produces some unnecessary output and not just the Unknown option message.
meain@plank ~> cd -r
cd: Unknown option '-r'
/usr/local/Cellar/fish/2.7.1/share/fish/functions/cd.fish (line 30):
builtin cd $argv
^
in function 'cd'
called on standard input
with parameter list '-r'
cdcd - change directory
-
Synopsis
cd [DIRECTORY]
cd: Type 'help cd' for related documentation
fish version:
2.7.1If I pass in an unknown argument to a builtin, it produces some unnecessary output and not just the
Unknown optionmessage.