struct

Kebab::Error::MissingCommand

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

A required subcommand wasn't provided.

Constructors

new(schema : Schema::Command)
Source

Instance methods

schema

The parent command being parsed when the error fired.

Source
to_s(io : IO) : Nil

Same as #inspect(io).

Source

Nested types