From d0654e136ae19837d8659b064205115ce59f940f Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Sat, 6 Oct 2018 19:27:08 -0400 Subject: 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 --- examples/transcripts/exampleSession.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/transcripts') 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 -- cgit v1.2.1