Login
Roast topics
Find topics
Find it!
From:
Python documentation
(Uncensored)
subscribe
getopt — C-style parser for command line options — Python 3.13.3 documentation
https://docs.python.org/3/library/getopt.html
links
backlinks
Roast topics
Find topics
Roast it!
Source code: Lib/getopt.py This module helps scripts to parse the command line arguments in sys.argv. It supports the same conventions as the Unix getopt() function (including the special meanings ...