struct

Noir::CLI::CompletionCommand::Parsed

Inherits Struct < Value < Object

Parsed argv. Extracted from run so the parser stays unit-testable without going through the exit/die side effects. error is recorded rather than raised so run can turn it into a clean Noir::CLI.die line.

Constructors

new(shell : String | Nil, help : Bool, error : String | Nil)
Source

Instance methods

clone
Source
copy_with(shell _shell = @shell, help _help = @help, error _error = @error)
Source
error
help
shell