Derive Macro abscissa_core::Clap[][src]

#[derive(Clap)]
{
    // Attributes available to this derive:
    #[clap]
}
Expand description

Generates the Clap implementation.

This is far less verbose than defining the clap::App struct manually, receiving an instance of clap::ArgMatches from conducting parsing, and then implementing a conversion code to instantiate an instance of the user context struct.