argh
argh copied to clipboard
Flattening / refactoring large structs with options
Is there analogue of #[structopt(flatten)]
in Argh?
For example, in GoUp
README example, how do I extract jump
and height
into a separate struct without chaning CLI?
Hey folks, I'd like to work on this