mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-24 08:07:03 +08: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
5 lines
164 B
Plaintext
5 lines
164 B
Plaintext
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
|