struct

Cl8r::CLI::FindCommand

Inherits Polydocopt::Command < Struct < Value < Object

Command struct for real-time terminal cluster introspection and queries.

Constructors

new(options : Hash(String, String | Int32 | Bool | Array(String) | Nil), stdout : IO = STDOUT, stderr : IO = STDERR)

Initializes FindCommand with parsed Docopt options and target IO streams.

Source

Class methods

doc=(doc : String)
Source
name
Source
name=(name : String)
Source

Instance methods

run

Executes the find query and outputs formatted results.

Source
stderr
Source
stderr=(stderr : IO)
Source
stdout
Source
stdout=(stdout : IO)
Source