MCPcopy Index your code
hub / github.com/python-cmd2/cmd2 / argparse_utils.py

File argparse_utils.py

cmd2/argparse_utils.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Module adds capabilities to argparse by patching a few of its functions.
2
3It also defines a parser class called Cmd2ArgumentParser which improves error
4and help output over normal argparse. All cmd2 code uses this parser and it is

Callers

nothing calls this directly

Tested by

no test coverage detected