zalando-stups / fullstop-cli

Simple command line utility to view and resolve fullstop. violations
https://pypi.python.org/pypi/stups-fullstop/
Other
3 stars 5 forks source link

Problem when matching multiple accounts #22

Open sezeryilmaz opened 8 years ago

sezeryilmaz commented 8 years ago

fullstop list-violations --accounts id1,id2          works fullstop list-violations --accounts id1, id2         doesn't work

hjacobs commented 8 years ago

@sezeryilmaz having a space character in an option value will not work unless you quote the whole option.