struct

Noir::CLI::ConfigCommand::Parsed

Inherits Struct < Value < Object

Parsed argv. Extracted from run (mirroring CacheCommand.parse_argv) so the parsing rules stay unit-testable — run keeps 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(action : String | Nil, override_path : String | Nil, help : Bool, error : String | Nil)
Source

Instance methods

action
clone
Source
copy_with(action _action = @action, override_path _override_path = @override_path, help _help = @help, error _error = @error)
Source
error
help
override_path