Skip to content
  • Duncan Coutts's avatar
    Add --prog-arg= and make --prog-args parse quotes · af3cfe75
    Duncan Coutts authored
    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.
    af3cfe75