leflamm / afpre

CLI for the AWS Federation Proxy
Apache License 2.0
19 stars 12 forks source link

greedy arg resolution #34

Closed uweschaefer closed 6 years ago

uweschaefer commented 6 years ago

when using a command passed to afpre, like

afpre --account=xyz -- bash someScriptThatHasAVersionParameter --version=shouldBePassedToScript

afpre recognizes --version as part of the cmdline and exits with its version output:

0.9.9

leflamm commented 6 years ago

plz try v0.9.10

uweschaefer commented 6 years ago

works fine, thx