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

Fix language around "implemented" interfaces in CLI #586

Open jsolbrig opened 1 month ago

jsolbrig commented 1 month ago

Requested Update

Description

Currently, geoips list interfaces takes a -i/--implemented flag to only list the interfaces that have plugins implemented in each package. This language is a little confusing. I think it should be updated to --with-plugins and that flag's help should say something like "Only list interfaces for which plugins have been implemented in each package."

I'm open to other suggestions for this.

Relevant comment for reference

Background and Motivation

Alternative Solutions

Environment

Code to demonstrate issue

Checklist for Completion