pacifica / pacifica-metadata

Pacifica core service that stores the metadata for the system
GNU Lesser General Public License v3.0
1 stars 8 forks source link

pacifica-metadata-cmd help output #272

Open casey-pnnl opened 4 years ago

casey-pnnl commented 4 years ago

Pacifica Metadata version

0.12.4

Scenario:

Find command tool option descriptions.

Steps to Reproduce:

pacifica-metadata-cmd <subcommand> help

Expected Result:

Plain English description of each subcommand directive (dbchk, dbsync, etc).

Actual Result:

usage: pacifica-metadata-cmd [-h]
                             {create_table,delete_obj,render,dbsync,dbchk} ...

positional arguments:
  {create_table,delete_obj,render,dbsync,dbchk}
                        sub-command help
    create_table        create_table help
    delete_obj          delete_obj help
    render              render help
    dbsync              dbsync help
    dbchk               dbchk help

optional arguments:
  -h, --help            show this help message and exit