mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-24 12:35:44 +08:00
4a7aa98e93
Fixes #4220
6 lines
204 B
Plaintext
6 lines
204 B
Plaintext
# Read with no vars is an error
|
|
read: Expected at least 1 args, got only 0
|
|
# Read with -a and anything other than exactly on var name is an error
|
|
read: Expected 1 args, got 0
|
|
read: Expected 1 args, got 2
|