class Broilerplate::CLI

Overview

The command line interface

Included Modules

Defined in:

broilerplate/cli.cr

Constant Summary

HELP = {"description" => ""}

The command line interface

Class Method Summary

Instance Method Summary

Class Method Detail

def self.description #

The command line interface


[View source]
def self.run(*args, **params) #

The command line interface


[View source]

Instance Method Detail

def __rescue_from___Admiral__Error(e) #

The command line interface


def arguments #

The command line interface


[View source]
def flags #

The command line interface


[View source]
def help #

def run #

Command line entrypoint


[View source]
def sub(command, *args, **params) #

The command line interface


[View source]