Class: BuildTool::Commands::RecipesCLI

Inherits:
SubCommands show all
Defined in:
lib/build-tool/commands/recipes.rb

Overview

BuildCommand

Instance Attribute Summary

Attributes inherited from Base

#cmd, #options, #parent

Instance Method Summary collapse

Methods inherited from SubCommands

#add_command, #complete_arguments, #complete_command, #do_complete_1_8, #do_complete_1_9, #execute, #get_command, #initialize, #load_commands, #show_help

Methods inherited from Base

#<=>, #applicable?, #cleanup_after_vcs_access, #complete, #complete_arguments, #complete_readline_1_8, #complete_readline_1_9, #configuration, #do_complete_1_8, #do_complete_1_9, #each_option, #execute, #fullname, #initialize, #log?, #say, #setup_command, #show_help, #skip_command, #summarize, #teardown_command, #usage

Methods included from HelpText

#cmdalias, #description, included, #long_description, #name

Constructor Details

This class inherits a constructor from BuildTool::Commands::SubCommands

Instance Method Details

#do_executeObject

Raises:

  • (NotImplementedError)


17
18
19
# File 'lib/build-tool/commands/recipes.rb', line 17

def do_execute
    raise NotImplementedError
end

#initialize_optionsObject



13
14
15
# File 'lib/build-tool/commands/recipes.rb', line 13

def initialize_options
    super
end