struct OIJ::CLI::EditTestcase::Flags

Overview

Extend the flags struct to include the flag

Defined in:

oij.cr:109
oij.cr:113

Constant Summary

DESCRIPTIONS = {} of String => String
SPECS = {"__help__" => {kind: "bool", type: "Bool", default: "false", description: {"--help, -h", "Displays help for the current command."}, short: "h", long: "help", is_required: true}, "dir" => {kind: "nil", type: "Path", default: "Path[\"test\"]", description: {"--dir, -d (default: Path[\"test\"])", "Specify directory name for testcases."}, short: "d", long: "dir", is_required: true}} of String => NamedTuple(kind: String, type: String, default: String, description: Tuple(String, String | ::Nil), short: String | ::Nil, long: String, is_required: Bool)

Constructors

Instance Method Summary

Constructor Detail

def self.new(command : Admiral::Command) #

Instance Method Detail

def __help__ #

def dir #

[View source]
def inspect(io) #

[View source]
def validate!(command) #