aboutsummaryrefslogtreecommitdiffstats
path: root/python/refcat/cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/refcat/cli.py')
-rw-r--r--python/refcat/cli.py2
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.