Command-line arguments: Difference between revisions

→‎{{header|Python}}: Added link to open source command line parser
m (→‎{{header|C}}: stdlibo -> stdlib)
(→‎{{header|Python}}: Added link to open source command line parser)
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