Add clap::Args to Opt. This adds generic support in the form of:
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Add clap::Args to Opt. This adds generic support in the form of:
Mark Riley
requested to merge
markrileybot/clap-serde-derive:main
into
main
Oct 15, 2023
Overview
0
Commits
1
Pipelines
1
Changes
1
struct Args<C: ClapSerde + Serialize> {
#[command(flatten)]
pub config: C::Opt,
}
Merge request reports
Loading