struct
Noir::CLI::CacheCommand::Parsed
- Noir::CLI::CacheCommand::Parsed
- Struct
- Value
- Object
Overview
Parsed argv. Extracted from run so the parser itself stays
unit-testable — run still owns the exit/die side effects.
#error is recorded rather than raised so run can turn it into a
clean Noir::CLI.die line.
Defined in:
cli/commands/cache.crConstructors
Instance Method Summary
- #action : String | Nil
- #clone
- #copy_with(action _action = @action, rest _rest = @rest, help _help = @help, error _error = @error)
- #error : String | Nil
- #help : Bool
- #rest : Array(String)
Constructor Detail
Instance Method Detail
def copy_with(action _action = @action, rest _rest = @rest, help _help = @help, error _error = @error)
#