aboutsummaryrefslogtreecommitdiffstats
path: root/python/refcat/cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/refcat/cli.py')
-rw-r--r--python/refcat/cli.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/refcat/cli.py b/python/refcat/cli.py
index 6279247..c589310 100644
--- a/python/refcat/cli.py
+++ b/python/refcat/cli.py
@@ -177,12 +177,14 @@ def config():
with open(settings.settings_file) as f:
print(f.read())
+
def run():
"""
For uniformity, have an extra subcommand for running a task.
"""
raise NotImplementedError()
+
def completion():
"""
TODO: completion snippet can live elsewhere.