Command-line argument parsing: Difference between revisions

Content deleted Content added
Citation bot (talk | contribs)
Add: title. Changed bare reference to CS1/2. | Use this bot. Report bugs. | Suggested by BrownHairedGirl | Linked from User:BrownHairedGirl/Articles_with_bare_links | #UCB_webform_linked 643/2198
m Python: Adding web.archive.org links for citations with url-status=live Category:CS1_maint:_url-status
Line 97:
</syntaxhighlight>
 
Python also has a module called <code>argparse</code> in the standard library for parsing command-line arguments.<ref>{{cite web|title=argparse — Parser for command-line options, arguments and sub-commands|url=https://docs.python.org/3/library/argparse.html|url-status=live|work=Python v3.10.0 documentation|accessdate=15 October 2021|archive-url=https://web.archive.org/web/20121101061815/http://docs.python.org:80/3/library/argparse.html |archive-date=2012-11-01 }}</ref>
 
===Racket===