rollingpin icon indicating copy to clipboard operation
rollingpin copied to clipboard

Command expansion doesn't work properly.

Open dellis23 opened this issue 7 years ago • 0 comments

dan@my-deploy-server-01:~$ rollout foo
rollout -h apps --parallel=100 --timeout=60 -d foo -r all

In this case, if I try to run the expanded command, it fails with:

usage: rollout
               {foo,bar,baz}
rollout: error: argument profile: invalid choice: 'apps' (choose from 'foo','bar','baz')

dellis23 avatar Feb 27 '18 23:02 dellis23