Example #1
0
def current( args, helpers ):

    task = Task.current()

    if task:
        helpers.pprint( task, helpers.config['task']['format'] )
        print "Description: %s" % task['body']