Allow special variables $?,$$,$@,$#

This commit is contained in:
Johannes Altmanninger
2024-11-22 00:00:42 +01:00
parent 4b99fe2288
commit 4a71ee1288
7 changed files with 73 additions and 25 deletions

View File

@@ -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