struct

Noir::CLI::VersionCommand::Parsed

Inherits Struct < Value < Object

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.

Constructors

new(verbose : Bool, help : Bool, unknown : String | Nil)
Source

Instance methods

clone
Source
copy_with(verbose _verbose = @verbose, help _help = @help, unknown _unknown = @unknown)
Source
help
unknown
verbose