mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 07:34:32 +00:00
acd8363c38
There isn't a good reason to disallow an explicitly empty completion description. Since I'm touching the code also modify the argument parsing the match the style of most of the builtins. Fixes #3557.
3 lines
123 B
Text
3 lines
123 B
Text
complete: -o requires a non-empty string
|
|
complete: -l requires a non-empty string
|
|
complete: -s requires a non-empty string
|