view example/exampleSession.txt @ 113:7d215852f9a6

still unpackaging
author catherine@Elli.myhome.westell.com
date Sat, 25 Oct 2008 19:34:16 -0400
parents cmd2/example/exampleSession.txt@c1e5df33721f
children 0820c42ea23e
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 >>>