DanCardin / cappa

Declarative CLI argument parser
Apache License 2.0
135 stars 8 forks source link

feat: Introduce `Arg.destructure()` and `Arg.has_value`. #150

Closed DanCardin closed 2 months ago

DanCardin commented 2 months ago

An idea that came out of https://github.com/DanCardin/cappa/discussions/137. Basically, by fanning out CLI parameters on a nested object into the containing command structure.