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)
commitf201a3efe4cf7e1a20292dbd9858163358596081
treed8d00598ccb2671514ee058f13432a925c15967d
parentb9108c2602cbc3229d651e44886cce3e86bebd19
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