struct

Kebab::Help

Inherits Struct < Value < Object

Returned by parse when the user requested help (via --help, -h, or the help subcommand). Carries the rendered help text.

Constructors

new(text : String)
Source

Instance methods

clone
Source
copy_with(text _text = @text)
Source
text
to_s(io : IO) : Nil

Same as #inspect(io).

Source