Class: Command::StandardCommand::Quit

Inherits:
Command
  • Object
show all
Defined in:
lib/command-set/standard-commands.rb

Instance Attribute Summary

Attributes inherited from Command

#arg_hash

Method Summary

Methods inherited from Command

add_requirements, #advise_formatter, #all_arguments, completion_list, #consume_hash, create_argument_methods, defined?, documentation, #each_consumer, embed_argument, #go, inherited, #initialize, #inspect, inspect, #join_undo, #name, optional_argument, #optional_arguments, #parent, path, #required_arguments, setup, short_docs, #subject_requirements, #undoable?, #validate_arguments, #verify_subject, #yield_consumer

Methods included from DSL::CommandDefinition

#action, #document, #doesnt_undo, #format_advice, #subject_methods, #undo

Methods included from DSL::Argument

#alternating_argument, #argument, argument_typemap, #create, #create_decorator, document, #named_optionals, register_argument, register_decorator, #special_argument

Methods included from DSL::Action

#chain, #chain_first, #defer, #dont_undo, #interruptable, #pause, #subject, #task, #undo

Methods included from DSL::Formatting

#begin_list, #end_list, #item, #list, #sub_collector

Constructor Details

This class inherits a constructor from Command::Command