Skip to content

Commit

Permalink
Merge pull request #709 from peterjc/cmd_help
Browse files Browse the repository at this point in the history
Mention planemo command --help in main help.
  • Loading branch information
martenson authored Jul 12, 2017
2 parents 9fc1296 + 5a4f2da commit b275720
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions planemo/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,9 @@ def planemo(ctx, config, directory, verbose):
Check out the full documentation for Planemo online
http://planemo.readthedocs.org or open with ``planemo docs``.
All the individual planemo commands support the ``--help`` option, for
example use ``planemo lint --help`` for more details on checking tools.
"""
ctx.verbose = verbose
ctx.planemo_config = os.path.expanduser(config)
Expand Down

0 comments on commit b275720

Please sign in to comment.