Mercurial > python-cmd2
view cmd2/example/exampleSession.txt @ 111:c1e5df33721f
struggling to get data files into setup.py
author | catherine@dellzilla |
---|---|
date | Fri, 24 Oct 2008 17:47:56 -0400 |
parents | cmd2/exampleSession.txt@78c4db4c2045 |
children |
line wrap: on
line source
This is cut-and-pasted from an interactive example.py session. Calling `example.py -t` runs it as a series of unit tests, verifying that the same output is still returned. (Cmd) say goodnight, Gracie goodnight, Gracie (Cmd) say -p goodnight, Gracie oodnight, Graciegay (Cmd) say -h Usage: speak [options] arg Options: -h, --help show this help message and exit -p, --piglatin atinLay -s, --shout N00B EMULATION MODE -r REPEAT, --repeat=REPEAT output [n] times (Cmd) say --shout goodnight, Gracie GOODNIGHT, GRACIE (Cmd) set prompt 'example >>> ' prompt - was: (Cmd) now: example >>> example >>> say --repeat 5 spam spam spam spam example >>> set prompt: example >>> editor: gedit echo: False maxrepeats: 3 example >>> set maxrepeats 10 maxrepeats - was: 3 now: 10 example >>> say --repeat 5 spam spam spam spam spam spam example >>>