diff options
Diffstat (limited to 'python/refcat/cli.py')
-rw-r--r-- | python/refcat/cli.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/refcat/cli.py b/python/refcat/cli.py index ced85f0..5d5f85f 100644 --- a/python/refcat/cli.py +++ b/python/refcat/cli.py @@ -155,6 +155,7 @@ def deps(): except TaskClassNotFoundException as exc: print("no such task") + def dot(): """ Render task dependencies as dot. @@ -168,6 +169,7 @@ def dot(): except TaskClassNotFoundException as exc: print("no such task") + def config(): """ Dump config to stdout. |