Kommando
Constants
CYAN = RGB.new(0, 205, 205)
DARK_GRAY = RGB.new(100, 100, 100)
FALSE_VALUES = ["false", "no"] of ::String
GREEN = RGB.new(0, 220, 0)
LIGHT_BLUE = RGB.new(90, 90, 250)
LIGHT_GRAY = RGB.new(200, 200, 200)
LIGHT_MAGENTA = RGB.new(220, 0, 220)
MAGENTA = RGB.new(205, 0, 205)
RED = RGB.new(220, 0, 0)
ROOT = (Path.new("/tmp/tmp.ijHIHA/src/src")).parent
TRUE_VALUES = ["true", "yes"] of ::String
VERSION = {{ (`shards version /tmp/tmp.ijHIHA/src/src/kommando`).strip.stringify }}
WHITE = RGB.new(255, 255, 255)
YELLOW = RGB.new(220, 220, 0)
Class methods
Nested types
- Kommando::Argument
- Kommando::Cli
- Kommando::Command
- Kommando::Docker
- Kommando::DuplicateOptionError
- Kommando::Helpers
- Kommando::Interaction
- Kommando::KommandoException
- Kommando::MissingArgumentError
- Kommando::Namespace
- Kommando::Option
- Kommando::Parser
- Kommando::RGB
- Kommando::UnexpectedArgumentsError
- Kommando::UnknownOptionError
- Kommando::ValidationError