class Toka::MissingOptionError

Overview

Raised when a required option was not found.

Defined in:

toka/error.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(message, arguments : Array(String), option : Toka::Option) #

[View source]

Instance Method Detail

def arguments : Array(String) #

[View source]
def option : Toka::Option #

[View source]