Skip to content
Snippets Groups Projects
Commit af3cfe75 authored by Duncan Coutts's avatar Duncan Coutts
Browse files

Add --prog-arg= and make --prog-args parse quotes

So this provides two ways of passing options that contain embeded spaces:
--foo-args='--bar --baz="path with spaces in"'
--foo-arg=--bar --foo-arg=--baz="path with spaces in"
all args passed this way are collected in order.
parent 65921f5e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment