Adds CouchPotato.py wrapping cli.
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
"""Wrapper for the command line interface."""
|
||||
|
||||
from couchpotato import cli
|
||||
|
||||
|
||||
cli.cmd_couchpotato()
|
||||
Reference in New Issue
Block a user