INNER CODE UNIT · Python
error
WordOps/WordOps · wo/cli/main.py:41
def error(self, message):
super(WOArgHandler, self).error("unknown args")
class WOApp(CementApp):
class Meta:
label = 'wo'
config_defaults = defaults
# All built-in application bootstrapping (always run)
bootstrap = 'wo.cli.bootstrap'
# Internal plugins (ship with application code)
plugin_bootstrap = 'wo.cli.plugins'
# Internal templates (ship with application code)
template_module = 'wo.cli.templates'