Rename "bonobo graph" to "bonobo inspect". For now, graphviz is default but there will probably be a humand default in the future, with graphviz source generation set if --graph (or -g) flag is passed.

This commit is contained in:
Romain Dorgueil
2017-09-30 11:01:53 +02:00
parent 0b1b052c54
commit 7ca3369f71
8 changed files with 48 additions and 51 deletions

View File

@ -1,4 +1,3 @@
def render_as_dot(graph):
"""
@ -6,4 +5,4 @@ def render_as_dot(graph):
:return: str
"""
pass
pass