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