struct
Noir::CLI::ListCommand::Parsed
- Noir::CLI::ListCommand::Parsed
- Struct
- Value
- Object
Overview
Parsed argv. Extracted from run so the parser stays unit-testable
without going through the exit/die side effects. #errors collects
unrecognized flags / stray positionals so run can reject them instead
of silently ignoring anything after the subject.
Defined in:
cli/commands/list.crConstructors
Instance Method Summary
- #clone
- #copy_with(subject _subject = @subject, format _format = @format, help _help = @help, errors _errors = @errors)
- #errors : Array(String)
- #format : String
- #help : Bool
- #subject : String | Nil
Constructor Detail
Instance Method Detail
def copy_with(subject _subject = @subject, format _format = @format, help _help = @help, errors _errors = @errors)
#