eclipse-kuksa / kuksa-databroker

A modern in-vehicle VSS (Vehicle Signal Specification) server written in RUST
https://eclipse-kuksa.github.io/kuksa-website/
Apache License 2.0
18 stars 17 forks source link

Fix `--help` in clap #9

Closed argerus closed 6 months ago

argerus commented 6 months ago

This functionality was broken by f38363d4ffc4d50d3ce4d5381112b6c84666e92c, or more specifically with the change to resolver = 2.

The --help flag requires a feature in clap to be enabled, which is either a newly introduced requirement, or the feature(s) were somehow included implicitly when using resolver = 1.