Skip to content

Commit

Permalink
Added molecule info to --help
Browse files Browse the repository at this point in the history
  • Loading branch information
retr0h committed May 16, 2017
1 parent 286ceee commit 380d053
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions molecule/shell.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@
@click.version_option(version=molecule.__version__)
@click.pass_context
def main(ctx, debug): # pragma: no cover
"""
\b
_____ _ _
| |___| |___ ___ _ _| |___
| | | | . | | -_| _| | | | -_|
|_|_|_|___|_|___|___|___|_|___|
Molecule aids in the development and testing of Ansible roles.
"""
ctx.obj = {}
ctx.obj['args'] = {}
ctx.obj['args']['debug'] = debug
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = molecule
summary = Molecule aids in the development, and testing of Ansible roles.
summary = Molecule aids in the development and testing of Ansible roles.
license = MIT
description-file = README.rst
home-page = https://github.com/metacloud/molecule
Expand Down

0 comments on commit 380d053

Please sign in to comment.