def handle_noargs(self, **options): uninstall()
def handle_noargs(self, **options): count = uninstall() print('{} tasks removed'.format(count))
def uninstall(): kronos.uninstall()