support flattening
Open
enhancement
help wanted
- Dominant language
- Rust
- Stars
- 2k
- Forks
- 102
- PR merge metrics
- No merged PRs in 30d
Description
structopt supports "flattening", which allows one struct to be embedded in another "transparently". This is useful as documented in structopt, but also useful when two commands have the same arguments and the author does not wish to duplicate the code.
https://docs.rs/structopt/0.3.16/structopt/#flattening
Contributor guide
Assessment
This issue has not been assessed yet.