ShipChain / hydra

Centralized network management for decentralized networks -- helping organize and publish sidechain connection details
https://docs.shipchain.io/docs/validatorGuide.html
Apache License 2.0
8 stars 2 forks source link

Need controller and sub-command self documentation #8

Open mlclay opened 5 years ago

mlclay commented 5 years ago

CLI Help output needs more content to better assist users in selecting the correct options.

Controllers should be specifying title, description, and help content in the Meta class. Each exposed sub-command should be specifying help and potentially alias components in the @ex decorator.