How-to articles, tricks, and solutions about ARGPARSE
Argparse optional positional arguments?
In Python, the argparse module can be used to specify optional positional arguments by setting the nargs parameter to '?'.
Parsing boolean values with argparse
Here is an example of how to parse boolean values with argparse in Python: