Noir::CLI::ListCommand::Parsed
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.
Constructors
Instance methods
clone
Sourcecopy_with(subject _subject = @subject, format _format = @format, help _help = @help, errors _errors = @errors)
Sourceerrors
format
help
subject