Example #1
0
 def handle_noargs(self, **options):
     uninstall()
Example #2
0
 def handle_noargs(self, **options):
     count = uninstall()
     print('{} tasks removed'.format(count))
Example #3
0
def uninstall():
    kronos.uninstall()