Fix space-escaping #1

Open
opened 2021-05-10 22:36:00 +00:00 by garrettmills · 0 comments
Owner

currently, miniq jobname "Arg 1" "Arg 2" will parse the arguments as ["Arg", "1", "Arg", "2"]. Need to fix the escaping of variables so that quoted args remain grouped together.

currently, `miniq jobname "Arg 1" "Arg 2"` will parse the arguments as `["Arg", "1", "Arg", "2"]`. Need to fix the escaping of variables so that quoted args remain grouped together.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: garrettmills/miniq#1