Parser

Derive Macro Parser 

Source
#[derive(Parser)]
{
    // Attributes available to this derive:
    #[arg]
    #[command]
}