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:
2
setup.py
2
setup.py
@ -67,7 +67,7 @@ setup(
|
||||
},
|
||||
entry_points={
|
||||
'bonobo.commands': [
|
||||
'init = bonobo.commands.init:register', 'graph = bonobo.commands.graph:register',
|
||||
'init = bonobo.commands.init:register', 'inspect = bonobo.commands.inspect:register',
|
||||
'run = bonobo.commands.run:register', 'version = bonobo.commands.version:register'
|
||||
],
|
||||
'console_scripts': ['bonobo = bonobo.commands:entrypoint']
|
||||
|
||||
Reference in New Issue
Block a user