Skip to content

Commit

Permalink
refining CLI name
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Jan 23, 2019
1 parent 0524f95 commit 3624177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wc_env_manager/__main__.py
Expand Up @@ -251,7 +251,7 @@ def remove(self):
class App(cement.App):
""" Command line application """
class Meta:
label = 'wc_env_manager'
label = 'wc-env-manager'
base_controller = 'base'
handlers = [
BaseController,
Expand Down

0 comments on commit 3624177

Please sign in to comment.