mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 21:21:15 -03:00
Allow special variables $?,$$,$@,$#
This commit is contained in:
@@ -16,7 +16,6 @@ or echo Invalid $status
|
||||
|
||||
commandline --input 'echo $$' --is-valid
|
||||
or echo Invalid $status
|
||||
# CHECK: Invalid 1
|
||||
|
||||
commandline --help &>/dev/null
|
||||
echo Help $status
|
||||
|
||||
Reference in New Issue
Block a user