mirror of
https://github.com/TangentFoxy/argparse.git
synced 2026-01-10 07:58:23 +00:00
Completions: validate/escape some missed things
This commit is contained in:
@@ -12,7 +12,7 @@ parser:flag "-v --verbose"
|
||||
:count "*"
|
||||
|
||||
parser:option "-f --files"
|
||||
:description "A description with illegal \\' characters."
|
||||
:description "A description with illegal \"' characters."
|
||||
:args "+"
|
||||
|
||||
local install = parser:command "install i"
|
||||
|
||||
Reference in New Issue
Block a user