diff options
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() { |