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.
Defined in:
cli/commands/cache.crConstructors
Instance Method Summary
- #action : String | Nil
- #clone
- #copy_with(action _action = @action, rest _rest = @rest, help _help = @help)
- #help : Bool
- #rest : Array(String)