diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-07-03 15:08:14 -0400 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-07-03 15:08:14 -0400 |
commit | 5208170c694c027008ba4bca8a09476a01e0dc50 (patch) | |
tree | b161ac9e1358b5c99e7c0413266e21908c9a62a3 /README.md | |
parent | 43609217b1218cbe0654965e01357f707fe287af (diff) | |
download | cmd2-git-5208170c694c027008ba4bca8a09476a01e0dc50.tar.gz |
Moved cmd2 custom argparse types to argparse_custom.py
Rename ACArgumentParser to Cmd2ArgParser
Diffstat (limited to 'README.md')
-rwxr-xr-x | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -150,7 +150,7 @@ Instructions for implementing each feature follow. See https://cmd2.readthedocs.io/en/latest/argument_processing.html for more details - NOTE: `cmd2` also provides the `ACArgumentParser` customization of `argparse.ArgumentParser` for prettier formatting + NOTE: `cmd2` also provides the `Cmd2ArgParser` customization of `argparse.ArgumentParser` for prettier formatting of help and RangeAction type - `cmd2` applications function like a full-featured shell in many ways (and are cross-platform) |