Added interaction to hooke.ui.commandline.LocalCommandExit.
authorW. Trevor King <wking@drexel.edu>
Tue, 11 May 2010 10:52:31 +0000 (06:52 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 11 May 2010 10:52:31 +0000 (06:52 -0400)
commit571e1cc472dd05c10b3f669f5bfb2fe35b77a007
treed8d00598ccb2671514ee058f13432a925c15967d
parent3941cbf8796bb5d9478f679e4ca360dcefbe3602
Added interaction to hooke.ui.commandline.LocalCommandExit.

Also broke out commandline's exit and help commands.  They were
getting complicated enough to deserve their own classes.
hooke/command.py
hooke/hooke_cli.py
hooke/ui/commandline.py