mlhubber / mlhub

Machine Learning Model Repository Hub Command Line Tool.
MIT License
20 stars 12 forks source link

Improve handling of command descriptions/help #222

Open gjwgit opened 3 years ago

gjwgit commented 3 years ago

This needs some requirements specification in the first instance

The YAML file needs to capture the command line arguments for each command, and allow a brief description.

This information is then to be displayed with, e.g.,

$ ml geocode bing --help

  $ ml geocode bing [options] <address>

    Generate latitude and longitude and other information 
    for the supplied address. 

    Options include 
        --max=5    maximum number of matches returned
        --url,--osm generate open street map url

See https://mlhub.ai/survivor/commands.html

gjwgit commented 2 years ago

See also #267