struct
CliGen::FlagMeta
- CliGen::FlagMeta
- Struct
- Value
- Object
Overview
To be able to store metadata for use in the help output
Defined in:
cligen/flag/meta.crConstructors
Instance Method Summary
- #array : Bool
- #clone
- #copy_with(type _type = @type, array _array = @array, format _format = @format, default _default = @default, options _options = @options)
- #default : String
- #format : String | Nil
- #options : Array(String) | Nil
- #type : String
Constructor Detail
def self.new(type : String, array : Bool, format : String | Nil, default : String, options : Array(String) | Nil)
#
Instance Method Detail
def copy_with(type _type = @type, array _array = @array, format _format = @format, default _default = @default, options _options = @options)
#