struct

Kebab::Error::MissingArgument

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

A required positional argument wasn't provided.

Constructors

new(argument : Schema::Argument, schema : Schema::Command)
Source

Instance methods

argument

The argument 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