Hwaro::CLI::FlagInfo
Inherits Struct / Value / Object
Flag information for CLI options This is the single source of truth for flag metadata
Constructors
new(short : String | Nil, long : String, description : String, takes_value : Bool = false, value_hint : String | Nil = nil)
SourceInstance methods
clone
Sourcecopy_with(short _short = @short, long _long = @long, description _description = @description, takes_value _takes_value = @takes_value, value_hint _value_hint = @value_hint)
Sourcedescription
long
short
takes_value
value_hint