galaxyproject / ephemeris

Library for managing Galaxy plugins - tools, index data, and workflows.
https://ephemeris.readthedocs.org/
Other
27 stars 38 forks source link

shed-install verbose #65

Closed selten closed 6 years ago

selten commented 6 years ago

The documentation (https://ephemeris.readthedocs.io/en/latest/commands/shed-install.html) states that verbose is an option, however when I tried it I got:

usage: usage: python shed-install <options>
shed-install: error: unrecognized arguments: -v=True
rhpvorderman commented 6 years ago

Verbose does not take any parameters just use: shed-install -v <other parameters> for extra verbosity. Did this solve your problem?

rhpvorderman commented 6 years ago

I see now that this was documented in the wrong way due to our automated documentation. Made a pull request fixing this. Thanks for reporting this @selten

bgruening commented 6 years ago

Thanks to @rhpvorderman this looks now better: http://ephemeris.readthedocs.io/en/latest/commands/shed-tools.html

@selten let us know if it is still confusing!