struct
Noir::CLI::VersionCommand::Parsed
- Noir::CLI::VersionCommand::Parsed
- Struct
- Value
- Object
Overview
Parsed argv. #unknown is set when an unrecognised token appears so
the spec layer can verify the validation rule without going through
the die exit path that run enforces.
Defined in:
cli/commands/version.crConstructors
Instance Method Summary
- #clone
- #copy_with(verbose _verbose = @verbose, help _help = @help, unknown _unknown = @unknown)
- #help : Bool
- #unknown : String | Nil
- #verbose : Bool
Constructor Detail
Instance Method Detail
def copy_with(verbose _verbose = @verbose, help _help = @help, unknown _unknown = @unknown)
#