module AzuCLI::Command

Included Modules

Direct including types

Defined in:

azu_cli/command.cr

Constant Summary

PROGRAM = (self.name.split("::")).last
USAGE = "\n{description}\n\n#{bold(:Usage)}\n\n #{light_blue(:azu)} {{program}} {{args}}\n\n#{bold(:Options)}\n\n{options}\n\n{version}"
VERSION = (Shard.git_description.split(/\s+/, 2)).last

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 project_name : String #

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

[app flow] step3 : main routine


[View source]
def show_usage #

[View source]
def show_version #

[View source]