Skip to content

Commit

Permalink
Mention planemo command --help in main help.
Browse files Browse the repository at this point in the history
Suggested by Matthias Bernt on the galaxy-dev mailing list.
  • Loading branch information
peterjc committed Jul 12, 2017
1 parent 9fc1296 commit 5a4f2da
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 5a4f2da

Please sign in to comment.