[cli] First draft implementation of "convert" command, which builds a simple graph of reader+writer and executes it.
This commit is contained in:
4
setup.py
4
setup.py
@ -67,8 +67,8 @@ setup(
|
||||
},
|
||||
entry_points={
|
||||
'bonobo.commands': [
|
||||
'init = bonobo.commands.init:register', 'run = bonobo.commands.run:register',
|
||||
'version = bonobo.commands.version:register'
|
||||
'convert = bonobo.commands.convert:register', 'init = bonobo.commands.init:register',
|
||||
'run = bonobo.commands.run:register', 'version = bonobo.commands.version:register'
|
||||
],
|
||||
'console_scripts': ['bonobo = bonobo.commands:entrypoint']
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user