module
Noir::CLI::VersionCommand
Overview
noir version [--verbose]
Canonical entry point for version output. Legacy.rewrite turns
-v, --version, and --build-info into the matching version
invocation at the router layer.
Defined in:
cli/commands/version.crClass Method Summary
- .parse_argv(argv : Array(String)) : Parsed
- .print_help(io : IO = STDOUT)
- .print_version(verbose : Bool, io : IO = STDOUT)
- .run(argv : Array(String))