Skip to content

Commit

Permalink
setting help in cement controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Jun 28, 2019
1 parent e681bd7 commit 7f6f5e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wc_lang/__main__.py
Expand Up @@ -26,6 +26,7 @@ class BaseController(cement.Controller):
class Meta:
label = 'base'
description = "Command line utilities for managing whole-cell model definitions"
help = "Command line utilities for managing whole-cell model definitions"
arguments = [
(['-v', '--version'], dict(action='version', version=wc_lang.__version__)),
]
Expand Down

0 comments on commit 7f6f5e1

Please sign in to comment.