class Clim

Defined in:

clim.cr
clim/command.cr
clim/command/help.cr
clim/command/options.cr
clim/command/options/option.cr
clim/exception.cr
clim/version.cr

Constant Summary

SUPPORT_TYPES_ALL = [Int8, Int16, Int32, Int64, UInt8, UInt16, UInt32, UInt64, Float32, Float64, String, Bool, Array(Int8), Array(Int16), Array(Int32), Array(Int64), Array(UInt8), Array(UInt16), Array(UInt32), Array(UInt64), Array(Float32), Array(Float64), Array(String)]
SUPPORT_TYPES_ARRAY = [Array(Int8), Array(Int16), Array(Int32), Array(Int64), Array(UInt8), Array(UInt16), Array(UInt32), Array(UInt64), Array(Float32), Array(Float64), Array(String)]
SUPPORT_TYPES_BOOL = [Bool]
SUPPORT_TYPES_FLOAT = [Float32, Float64]
SUPPORT_TYPES_INT = [Int8, Int16, Int32, Int64]
SUPPORT_TYPES_STRING = [String]
SUPPORT_TYPES_UINT = [UInt8, UInt16, UInt32, UInt64]
VERSION = "0.2.0"

Macro Summary

Macro Detail

macro main_command(&block) #

[View source]