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.cr

Class Method Summary

Class Method Detail

def self.parse_argv(argv : Array(String)) : Parsed #

[View source]
def self.print_help(io : IO = STDOUT) #

[View source]
def self.print_version(verbose : Bool, io : IO = STDOUT) #

[View source]
def self.run(argv : Array(String)) #

[View source]