diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-07-29 19:11:56 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-07-29 19:11:56 +0200 |
commit | ab2f1908938b82b4751203fc4e19a2cd32cdf219 (patch) | |
tree | a1577955120d82c31436f4b4fd2952e8f5be7935 /python | |
parent | f729cf60399592e5e43233c1af65e26f968f5103 (diff) | |
download | refcat-ab2f1908938b82b4751203fc4e19a2cd32cdf219.tar.gz refcat-ab2f1908938b82b4751203fc4e19a2cd32cdf219.zip |
tasks: update docs
Diffstat (limited to 'python')
-rw-r--r-- | python/refcat/cli.py | 8 |
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() { |