class Broilerplate::CLI::Generate

Overview

Generates a template from the specifed arguments

Defined in:

broilerplate/cli.cr

Constant Summary

HELP = {"description" => ""}

Generates a template from the specifed arguments

Class Method Summary

Instance Method Summary

Class Method Detail

def self.description #

Generates a template from the specifed arguments


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

Generates a template from the specifed arguments


[View source]

Instance Method Detail

def __rescue_from___Admiral__Error(e) #

Generates a template from the specifed arguments


def arguments #

Generates a template from the specifed arguments


[View source]
def flags #

Generates a template from the specifed arguments


[View source]
def run #
Description copied from class Admiral::Command

The run command.


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

Generates a template from the specifed arguments


[View source]