Comment 3 for bug 1359170

Revision history for this message
John A Meinel (jameinel) wrote : Re: arguments no longer passed to plugins

To test this, I have the following plugin in my path:
$ cat ~/dev/go/bin/juju-args
#!/usr/bin/python

import sys
print sys.argv

$ /usr/bin/juju args a b; /usr/bin/juju --version
['/home/jameinel/dev/go/bin/juju-args', 'a', 'b']
1.18.1-trusty-amd64

$ juju args a b; juju --version
['/home/jameinel/dev/go/bin/juju-args']
1.20.6-trusty-amd64