aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-07-29 19:11:56 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-07-29 19:11:56 +0200
commitab2f1908938b82b4751203fc4e19a2cd32cdf219 (patch)
treea1577955120d82c31436f4b4fd2952e8f5be7935 /python
parentf729cf60399592e5e43233c1af65e26f968f5103 (diff)
downloadrefcat-ab2f1908938b82b4751203fc4e19a2cd32cdf219.tar.gz
refcat-ab2f1908938b82b4751203fc4e19a2cd32cdf219.zip
tasks: update docs
Diffstat (limited to 'python')
-rw-r--r--python/refcat/cli.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/python/refcat/cli.py b/python/refcat/cli.py
index 5d5f85f..6279247 100644
--- a/python/refcat/cli.py
+++ b/python/refcat/cli.py
@@ -177,8 +177,16 @@ 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.
+ """
snippet = """
_refcat_completion()
{