NRLMMD-GEOIPS / geoips

Main Geolocated Information Processing System code base with basic functionality enabled.
https://nrlmmd-geoips.github.io/geoips/
Other
13 stars 10 forks source link

Discuss what CLI flags (and their names) should be added to the top level. #580

Open evrose54 opened 1 month ago

evrose54 commented 1 month ago

Requested Update

Description

Currently with the CLI, if you call geoips, you'll get minimal info about how to use this command. This exposes subcommands, but that's about it. We should consider making geoips executable itself, and give it some top level flags such as geoips --version and geoips -l/--loglevel. Logging would be applied to all subcommands, and geoips --version is an easy way to see which version of GeoIPS is installed and being used by the user.

We should:

Background and Motivation

This stems from a conversation held about #444.