argparse.ArgumentParser is a class in the argparse module that is used to create a new argument parser object (we will learn about classes and object-oriented programming later, so you don't need a ...
Extends argparse.ArgumentParser with a facility for configuring subcommands by convention. Each subcommand lives in its separate Python module. The name of the subcommand is the module name (without ...