museun / cargo-whatfeatures

a simple cargo plugin to get a list of features for a specific crate
Apache License 2.0
73 stars 1 forks source link

--theme doesn't list all of the themes #77

Closed museun closed 3 weeks ago

museun commented 1 month ago

in 0.9.10 a 'palette' theme was made default, but its not listed in --help for --theme

  --theme [basic, colorful]
      use this provided theme

but it is listed in the env var for it: WHATFEATURES_THEME [colorful, basic, palette, none]