ui.cli: Transition to a CLI based on cmd.Cmd
authorW. Trevor King <wking@tremily.us>
Wed, 6 Feb 2013 19:57:27 +0000 (14:57 -0500)
committerW. Trevor King <wking@tremily.us>
Wed, 6 Feb 2013 19:57:33 +0000 (14:57 -0500)
commitb67fd82910bf5a401a20afe5ce7b70e7a824d760
treeae8ff205f96e40f87eca78ca2d18fc1c2321c75c
parentb12d81e16feba0b71499351168f0231f7ecd3394
ui.cli: Transition to a CLI based on cmd.Cmd

This makes command handling more robust, and makes adding additional
non-answer commands more organized.
quizzer/ui/cli.py