struct

Kebab::Error::UnknownCommand

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

The user typed a subcommand kebab doesn't know about.

Constructors

new(input : String, schema : Schema::Command)
Source

Instance methods

input

The token the user typed.

Source
schema

The parent command being parsed when the error fired.

Source
to_s(io : IO) : Nil

Same as #inspect(io).

Source

Nested types