Flattening / refactoring large structs with options
Open
- Dominant language
- Rust
- Stars
- 2k
- Forks
- 102
- PR merge metrics
- No merged PRs in 30d
Description
Is there analogue of [`#[structopt(flatten)]
`](https://docs.rs/structopt/0.3.11/structopt/#flattening) in Argh?
For example, in `GoUp` README example, how do I extract `jump` and `height` into a separate struct without chaning CLI?
Contributor guide
Assessment
This issue has not been assessed yet.