outil/error

Types

Errors that can occur when parsing command line arguments.

pub type Reason {
  MalformedArgument(String, String)
  MissingArgument(String)
  OutOfPlaceOption(String)
}

Constructors

  • MalformedArgument(String, String)
  • MissingArgument(String)
  • OutOfPlaceOption(String)
Search Document