Tagged Questions
1
vote
2answers
58 views
Parsing command line options in Jython 2.1
I'm using Jython 2.1 for wsadmin scripting and want to find a better way of parsing command line options. I'm currently doing this:
-> deploy.py foo bar baz
and then in the script:
foo = ...