[][src]Module clap_v3::derive

This module contains traits that are usable with #[derive(...)].

Traits

ArgEnum

@TODO @release @docs

Clap

This trait is just a convenience on top of FromArgMatches + IntoApp

FromArgMatches

Extract values from ArgMatches into the struct.

IntoApp

Build an App according to the struct

Subcommand

@TODO @release @docs