[]Derive Macro pretty_exec::structopt_utilities::structopt::StructOpt

#[derive(StructOpt)]
{
    // Attributes available to this derive:
    #[structopt]
}

Generates the StructOpt impl.