NOAA-GFDL / fre-cli

Python-based command line interface for FRE (FMS Runtime Environment) to compile and run FMS-based models and post-process their output.
GNU Lesser General Public License v3.0
3 stars 7 forks source link

Petty things, other Click features that can be implemented #39

Closed bcc2761 closed 2 months ago

bcc2761 commented 6 months ago

Do we want to have a custom order of FRE tools? Click defaults --help to show the commands and groups in alphabetical order

ilaflott commented 2 months ago

This looks implemented already... with colors! Closing

 $] fre --help
Usage: fre [OPTIONS] COMMAND [ARGS]...

  'fre' is the main CLI click group that houses the other tool groups as
  lazy subcommands.

Options:
  --version  Show the version and exit.
  --help     Show this message and exit.

Commands:
  app         - access fre app subcommands
  catalog     - access fre catalog subcommands
  check       - access fre check subcommands
  cmor        - access fre cmor subcommands
  list        - access fre list subcommands
  make        - access fre make subcommands
  pp          - access fre pp subcommands
  run         - access fre run subcommands
  test        - access fre test subcommands
  yamltools   - access fre yamltools subcommands