mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 15:37:24 +00:00
08d42a0507
Fixes #3649
9 lines
287 B
Text
9 lines
287 B
Text
fish: function: Illegal function name '-a'
|
|
function -a arg1 arg2 name2 ; end
|
|
^
|
|
fish: function: Illegal function name '--argument-names'
|
|
function --argument-names arg1 arg2 name4 ; end
|
|
^
|
|
fish: function: Unexpected positional argument 'abc'
|
|
function name5 abc --argument-names def ; end
|
|
^
|