diff options
Diffstat (limited to 'python/refcat/cli.py')
-rw-r--r-- | python/refcat/cli.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/refcat/cli.py b/python/refcat/cli.py index 61b44b9..d4b5b81 100644 --- a/python/refcat/cli.py +++ b/python/refcat/cli.py @@ -146,6 +146,7 @@ def ll(): except TaskClassNotFoundException as exc: print("no such task") + def deps(): """ Render task dependencies. |