Comment 1 for bug 1359170

Revision history for this message
John A Meinel (jameinel) wrote : Re: juju charm create fails in an unhelpful fashion with juju-1.21 in PATH

So if I hack "juju-charm" to print out sys.argv I get:
$ /usr/bin/juju charm create -h
args ['/usr/bin/juju-charm', 'create', '-h']
vs
$ juju charm create -h
args ['/usr/bin/juju-charm']

So I think this is just a critical regression in core where we used to pass along arguments to plugins, and we stopped doing so.