class HNCLI::Main

Included Modules

Defined in:

hncr-cli.cr

Constant Summary

PROGRAM = "hncr"
VERSION = "0.1.1"

Class Method Summary

Instance Method Summary

Class Method Detail

def self.run(argv = ARGV) #
Description copied from module Opts

[app flow] step3 : main routine


[View source]

Instance Method Detail

def count : Int32 #

def count=(v : Int32) : Int32 #

def count=(v : Nil) #

nil assignments are always ignored


def count? : Int32 | Nil #

def help : Bool | Nil #

[View source]
def help=(v : Bool) : Bool #

def help=(v : Nil) #

nil assignments are always ignored


def help? : Bool #

def item : String #

def item=(v : String) : String #

def item=(v : Nil) #

nil assignments are always ignored


def item? : String | Nil #

def register_option_count(parser) #

[View source]
def register_option_help(parser) #

[View source]
def register_option_item(parser) #

[View source]
def register_option_version(parser) #

[View source]
def run #
Description copied from module Opts

[app flow] step3 : main routine


[View source]
def show_usage #

[View source]
def show_version #

[View source]
def version : Bool | Nil #

[View source]
def version=(v : Bool) : Bool #

def version=(v : Nil) #

nil assignments are always ignored


def version? : Bool #