From 5208170c694c027008ba4bca8a09476a01e0dc50 Mon Sep 17 00:00:00 2001 From: Kevin Van Brunt Date: Wed, 3 Jul 2019 15:08:14 -0400 Subject: Moved cmd2 custom argparse types to argparse_custom.py Rename ACArgumentParser to Cmd2ArgParser --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') 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) -- cgit v1.2.1