cli: Add the --questions option to list questions on the stack
[quizzer.git] / quizzer / cli.py
2013-02-06 W. Trevor Kingcli: Add the --questions option to list questions on...
2013-02-06 W. Trevor Kingcli: Add the --tags option to list tags on the stack
2013-02-06 W. Trevor KingAdd --tag option and Question.tags sets for filtering...
2013-02-06 W. Trevor Kingcli: Add --all for easy review of previously-answered...
2013-02-05 W. Trevor KingRun update-copyright.py
2013-02-05 W. Trevor KingAdd `# Copyright` tags to Python files
2013-02-05 W. Trevor KingAdd a persistent answers database
2013-02-05 W. Trevor KingDisplay results (but not the correct answers)
2013-02-05 W. Trevor KingAdd a simple command line interface
2013-02-05 W. Trevor KingAdded saving, loading, and a test quiz
2013-02-04 W. Trevor KingStubbing out the initial framework