Class: Ready::CLI
- Inherits:
-
Object
- Object
- Ready::CLI
- Includes:
- CommandKit::Commands, CommandKit::Options::Version
- Defined in:
- lib/ready/cli.rb,
lib/ready/cli/up.rb,
lib/ready/cli/init.rb,
lib/ready/cli/clobber.rb,
lib/ready/cli/compile.rb,
lib/ready/cli/rake_command.rb
Overview
The ready command-line interface.
ready speeds up Ruby CLI startup by preloading executables into a
persistent server and compiling thin zsh stubs that dispatch to it. This
class wires the sub-commands together with command_kit; each sub-command
lives in its own file under cli/.
Defined Under Namespace
Modules: RakeCommand Classes: Clobber, Compile, Init, Up