struct

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)
Source

Instance methods

clone
Source
copy_with(short _short = @short, long _long = @long, description _description = @description, takes_value _takes_value = @takes_value, value_hint _value_hint = @value_hint)
Source
description
long
short
takes_value
value_hint