From 5a4f2da352550e15ba69267895aebb990315e934 Mon Sep 17 00:00:00 2001 From: peterjc Date: Wed, 12 Jul 2017 16:21:59 +0100 Subject: [PATCH] Mention planemo command --help in main help. Suggested by Matthias Bernt on the galaxy-dev mailing list. --- planemo/cli.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/planemo/cli.py b/planemo/cli.py index 910c40e15..bb3d0c94f 100644 --- a/planemo/cli.py +++ b/planemo/cli.py @@ -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)