struct

Logarithm::CLI::Train::Arguments

Inherits Iterable < Enumerable < Struct < Value < Object

Log file or directory paths to monitor (space-separated)

Constants

SPECS = {"paths" => {type: "String", description: {"paths", "Log file or directory paths to monitor (space-separated, use quotes for paths with spaces)"}, default: "\"\"", is_required: false}} of String => NamedTuple(type: String, description: Tuple(String, String | ::Nil), default: String, is_required: Bool)

Constructors

new(command : Admiral::Command)

Instance methods

[](*args, **options)
[](*args, **options, &)
each(*args, **options)
each(*args, **options, &)
exists?(name : Symbol)
get(name : Symbol)
get?(name : Symbol)
inspect(io)
Source
paths
Source
rest
validate!(command : Admiral::Command)
value_from_spec(command : Admiral::Command, *, arg : String, type, default, is_required : Bool)
Source