Class: RailsInteractive::CLI
- Inherits:
-
Object
- Object
- RailsInteractive::CLI
- Defined in:
- lib/rails_interactive.rb,
lib/cli/utils.rb,
lib/cli/prompt.rb,
lib/cli/command.rb,
lib/cli/message.rb,
lib/cli/version.rb,
lib/cli/category.rb,
lib/cli/command_handler.rb
Overview
CLI class for the interactive CLI module
Defined Under Namespace
Classes: Category, Command, CommandHandler, Message, Prompt, Utils
Constant Summary collapse
- VERSION =
"2.1.3"
Instance Method Summary collapse
-
#initialize ⇒ CLI
constructor
A new instance of CLI.
- #perform(key) ⇒ Object