struct

Kebab::Error::MissingOption

Inherits Kebab::Error::Base < Struct < Value < Object

A required option wasn't provided.

Constructors

new(option : Schema::Option, schema : Schema::Command)
Source

Instance methods

option

The option that was missing.

Source
schema

The command being parsed when the error fired.

Source
to_s(io : IO) : Nil

Same as #inspect(io).

Source

Nested types