Class: Pione::Command::PioneActionList

Inherits:
BasicCommand show all
Defined in:
lib/pione/command/pione-action-list.rb

Overview

PioneActionList is a command definition of "pione action:list" for listing literate actions.

Instance Attribute Summary

Attributes inherited from Rootage::Command

#argument_definition, #argv, #option_definition

Attributes inherited from Rootage::Scenario

#args, #current_phase, #exit_status, #info, #model, #running_thread

Method Summary

Methods inherited from BasicCommand

#abort, #program_name

Methods inherited from Rootage::StandardCommand

execution, setup, #terminate, termination

Methods inherited from Rootage::Command

#<<, define_subcommand, #exit, has_subcommands?, inherited, init, #initialize, #program_name, #run, #scenario_name, toplevel?

Methods inherited from Rootage::Scenario

#<<, #abort, define_action, #exit, inherited, #initialize, make, require, #run, run, scenario_name

Methods included from Rootage::ScenarioInterface

#define, #define_phase, #desc, #phase, #phase_class, #process_context_class, #scenario_name

Constructor Details

This class inherits a constructor from Rootage::Command