diff options
| author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2018-01-22 21:07:06 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-22 21:07:06 -0500 |
| commit | ddfd3d9a400ae81468e9abcc89fe690c30b7ec7f (patch) | |
| tree | 720e9b58b694dff8f8c2513918e16a11ea24321f /examples/transcripts/pirate.transcript | |
| parent | 7b564b4424accfbd7439de10a169d9b64bc599c5 (diff) | |
| parent | 504e3dbf9e15faf34611aae8ddabecb90e86eda5 (diff) | |
| download | cmd2-git-ddfd3d9a400ae81468e9abcc89fe690c30b7ec7f.tar.gz | |
Merge pull request #257 from python-cmd2/sub-commands
Sub-commands and automatic transcript generation
Diffstat (limited to 'examples/transcripts/pirate.transcript')
| -rw-r--r-- | examples/transcripts/pirate.transcript | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/transcripts/pirate.transcript b/examples/transcripts/pirate.transcript new file mode 100644 index 00000000..570f0cd7 --- /dev/null +++ b/examples/transcripts/pirate.transcript @@ -0,0 +1,10 @@ +arrr> loot +Now we gots 1 doubloons +arrr> loot +Now we gots 2 doubloons +arrr> loot +Now we gots 3 doubloons +arrr> drink 3 +Now we gots 0 doubloons +arrr> yo --ho 3 rum +yo ho ho ho and a bottle of rum |
