mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 17:07:44 +00:00
14c7cfa84b
Someone running fish in an unusual locale reported that an `assert()` was firing when they typed `pkill c`. I traced it to two bugs. First, the __fish_make_completion_signals command was producing a weird result. Second, the builtin `complete` command wasn't adequately verifying its arguments. Fixes #3129
4 lines
164 B
Text
4 lines
164 B
Text
complete: -o requires a non-empty string
|
|
complete: -d requires a non-empty string
|
|
complete: -l requires a non-empty string
|
|
complete: -s requires a non-empty string
|