Closed minsis closed 8 years ago
@module.command('helloworld')
should be:
@module.commands('helloworld')
@module.command('helloworld')
should be:
@module.commands('helloworld')