You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
optparse.define short=A long=extraDockerRunArgs desc="optional, quoted string of extra docker run argument flags/values" variable=EXTRA_DOCKER_RUN_ARGS default=""
mycmd.sh -A "--memory=\"256M\" --cpu-shares=\"100\""
results in
Unrecognized long option: --memory="256M" --cpu-shares="100"
The text was updated successfully, but these errors were encountered:
bitsofinfo
changed the title
option value of quoted args for something else doesn't work
qouted argument value with other arguments in a value doesn't work
Jan 10, 2017
mycmd.sh -A "--memory=\"256M\" --cpu-shares=\"100\""
results in
Unrecognized long option: --memory="256M" --cpu-shares="100"
The text was updated successfully, but these errors were encountered: