Command-line arguments: Difference between revisions

Undo revision 101089 by 94.173.218.242 (talk) Removed comment( best suited to talk page)?
(→‎{{header|Python}}: Added link to open source command line parser)
(Undo revision 101089 by 94.173.218.242 (talk) Removed comment( best suited to talk page)?)
Line 818:
 
For powerful option parsing capabilities check out the [http://docs.python.org/library/optparse.html optparse] module.
 
You may also be interested in a little Python module I wrote to make handling of command line arguments even easier (open source and free to use) - [http://freshmeat.net/projects/commando Commando]
 
=={{header|R}}==
Anonymous user