summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2019-07-03 15:08:14 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2019-07-03 15:08:14 -0400
commit5208170c694c027008ba4bca8a09476a01e0dc50 (patch)
treeb161ac9e1358b5c99e7c0413266e21908c9a62a3 /README.md
parent43609217b1218cbe0654965e01357f707fe287af (diff)
downloadcmd2-git-5208170c694c027008ba4bca8a09476a01e0dc50.tar.gz
Moved cmd2 custom argparse types to argparse_custom.py
Rename ACArgumentParser to Cmd2ArgParser
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 451a7bf0..fa42e52c 100755
--- a/README.md
+++ b/README.md
@@ -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)