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.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: garrettmills/miniq#1
No description provided.