class Optimist::CommandlineError

Overview

Thrown by Parser in the event of a commandline error. Not needed if

you're using the Optimist::options entry.

Defined in:

optimist/errors.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(msg, error_code : Int32 | Nil = nil) #

[View source]

Instance Method Detail

def error_code : Int32? #

[View source]