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