Derive Macro argh::FromArgs

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

Entrypoint for #[derive(FromArgs)].