mirror of
https://github.com/wassname/sloth.git
synced 2026-07-14 11:18:22 +08:00
remove obsolete sloth-cli
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
#!/usr/bin/env python
|
||||
import sys
|
||||
from sloth.core.cli import CommandLineUtility
|
||||
|
||||
def execute_from_command_line(argv=None):
|
||||
utility = CommandLineUtility(argv)
|
||||
utility.execute()
|
||||
|
||||
if __name__ == "__main__":
|
||||
execute_from_command_line(sys.argv)
|
||||
|
||||
Reference in New Issue
Block a user