Command-line argument parsing: Difference between revisions

Content deleted Content added
Wyz23x2 (talk | contribs)
Update Python documentation
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
Line 87:
</syntaxhighlight>
 
PHP can also use <code>getopt()</code>.<ref>{{Cite web|url=https://php.net/getopt|title = PHP: Getopt - Manual}}</ref>
 
===Python===