diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-10-06 19:27:08 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-10-06 19:27:08 -0400 |
commit | d0654e136ae19837d8659b064205115ce59f940f (patch) | |
tree | a8b32b6c0d7d0bb07e8bf156c5fdccbc25004571 /examples/transcripts/exampleSession.txt | |
parent | e018924a28443e8e6f608d9b9796b2b826653490 (diff) | |
download | cmd2-git-d0654e136ae19837d8659b064205115ce59f940f.tar.gz |
Added warning to documentation about how help_foo won't be called for command foo if it uses an argparse decorator
Also:
- Renamed argparse_example.py to decorator_example.py
Diffstat (limited to 'examples/transcripts/exampleSession.txt')
-rw-r--r-- | examples/transcripts/exampleSession.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/transcripts/exampleSession.txt b/examples/transcripts/exampleSession.txt index 38fb0659..8fa7c9bb 100644 --- a/examples/transcripts/exampleSession.txt +++ b/examples/transcripts/exampleSession.txt @@ -1,4 +1,4 @@ -# Run this transcript with "python argparse_example.py -t exampleSession.txt" +# Run this transcript with "python decorator_example.py -t exampleSession.txt" # The regex for colors is because no color on Windows. # The regex for editor will match whatever program you use. # regexes on prompts just make the trailing space obvious |