* Bugfix register the list-tasks command so that is can be used.
0.2.1
----------------
* Bugfix actually implement the keyword argument cron expression.
0.2.0
----------------
* Change the name evaulation to match Quart (tasks are now named using the function name). * Allow a specific task to run via the command line by task name. * Make it easier to test tasks via a test_run(task_name) method. * Add a command to list the tasks, ``quart list-tasks``.