summaryrefslogtreecommitdiff
path: root/examples/exampleSession.txt
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-01-20 20:01:24 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2018-01-20 20:01:24 -0500
commit6bc3c7528b02f0160c31eb008f1218ee4c3344bc (patch)
tree48f369edfa4225e38afc5eca5695c14646e54979 /examples/exampleSession.txt
parentbd948d727e0e13fa5fd77199c06fcd3dfdda9b39 (diff)
downloadcmd2-git-6bc3c7528b02f0160c31eb008f1218ee4c3344bc.tar.gz
History enhancements
History changes: - Unknown commands are no longer saved in the history - history command now has a -t option to generate a transcript based on commands in the history Also: - Moved examples transcripts from examples to examples/transcripts - Added a new transcript for use with the pirate.py example
Diffstat (limited to 'examples/exampleSession.txt')
-rw-r--r--examples/exampleSession.txt17
1 files changed, 0 insertions, 17 deletions
diff --git a/examples/exampleSession.txt b/examples/exampleSession.txt
deleted file mode 100644
index 840bee60..00000000
--- a/examples/exampleSession.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-# Run this transcript with "python argparse_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
-(Cmd) set
-abbrev: False
-colors: /(True|False)/
-continuation_prompt: >/ /
-debug: False
-echo: False
-editor: /.*?/
-feedback_to_output: False
-locals_in_py: True
-maxrepeats: 3
-prompt: (Cmd)/ /
-quiet: False
-timing: False