struct
Jargon::FlagInfo
- Jargon::FlagInfo
- Struct
- Value
- Object
Overview
Information about a flag for completion generation
Defined in:
jargon/completion.crConstructors
Instance Method Summary
- #clone
- #copy_with(long _long = @long, short _short = @short, description _description = @description, enum_values _enum_values = @enum_values)
- #description : String | Nil
- #enum_values : Array(String) | Nil
- #long : String
- #short : String | Nil
Constructor Detail
def self.new(long : String, short : String | Nil, description : String | Nil, enum_values : Array(String) | Nil)
#
Instance Method Detail
def copy_with(long _long = @long, short _short = @short, description _description = @description, enum_values _enum_values = @enum_values)
#