// Suspends the processing of a batch program, displaying the prompt, Press any key to continue . . .
@command
pub class pause {
    // Displays help at the command prompt.
    @flag(short: "h", long: "help", format: "/?")
    help: bool
}