adds version command, adds bb alias

This commit is contained in:
Romain Dorgueil
2017-04-21 11:55:20 +02:00
parent 5e4af7e19b
commit 24e009d890
5 changed files with 55 additions and 30 deletions

View File

@ -0,0 +1,9 @@
import bonobo
def execute():
print('{} v.{}'.format(bonobo.__name__, bonobo.__version__))
def register(parser):
return execute