struct
Noir::CLI::CompletionCommand::Parsed
- Noir::CLI::CompletionCommand::Parsed
- Struct
- Value
- Object
Overview
Parsed argv. Extracted from run so the parser stays unit-testable
without going through 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/completion.crConstructors
Instance Method Summary
- #clone
- #copy_with(shell _shell = @shell, help _help = @help, error _error = @error)
- #error : String | Nil
- #help : Bool
- #shell : String | Nil