GitHub - zozlak/argparse
https://github.com/zozlak/argparse09.01.2022 · Argparse. A humble PHP clone of Python's argparse. Used to reduce my cognitive workload when switching between Python and PHP. Implements only primary set of argparse features (see below) but strictly follows Python's argparse behavior. API documentation. See the argparse docs with the following remarks:
argparse · PyPI
pypi.org › project › argparseThe argparse module also automatically generates help and usage messages and issues errors when users give the program invalid arguments. As of Python >= 2.7 and >= 3.2, the argparse module is maintained within the Python standard library. For users who still need to support Python < 2.7 or < 3.2, it is also provided as a separate package ...
argparse · PyPI
https://pypi.org/project/argparseThe argparse module also automatically generates help and usage messages and issues errors when users give the program invalid arguments. As of Python >= 2.7 and >= 3.2, the argparse module is maintained within the Python standard library. For users who still need to support Python < 2.7 or < 3.2, it is also provided as a separate package ...