mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-08 04:46:15 +08:00
![Kurtis Rader](/assets/img/avatar_default.png)
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.
4 lines
123 B
Plaintext
4 lines
123 B
Plaintext
complete: -o requires a non-empty string
|
|
complete: -l requires a non-empty string
|
|
complete: -s requires a non-empty string
|