class AmberCLI::Commands::NewCommand

Defined in:

amber_cli/commands/new.cr

Instance Method Summary

Instance methods inherited from class AmberCLI::Core::BaseCommand

execute execute, help_description : String help_description, option_parser : OptionParser option_parser, parse_and_execute(args : Array(String)) parse_and_execute, parsed_options : Hash(String, String | Bool | Array(String)) parsed_options, remaining_arguments : Array(String) remaining_arguments, setup_command_options setup_command_options

Constructor methods inherited from class AmberCLI::Core::BaseCommand

new(command_name : String) new

Instance Method Detail

def assume_yes : Bool #

[View source]
def database : String #

[View source]
def execute #

[View source]
def help_description : String #

[View source]
def name : String #

[View source]
def no_deps : Bool #

[View source]
def recipe : String | Nil #

[View source]
def setup_command_options #

[View source]
def template : String #

[View source]
def validate_arguments #

[View source]