Command.error

Prints an error message to stderr and exits with status.

  1. void error(string description)
  2. noreturn error(string description, int status)
    class Command
    const
    noreturn
    error
    (,
    int status
    )