Module: Castkit::CLI
- Defined in:
- lib/castkit/cli.rb,
lib/castkit/cli/list.rb,
lib/castkit/cli/main.rb,
lib/castkit/cli/generate.rb
Overview
Entrypoint for Castkit’s command-line interface.
Delegates to the ‘Castkit::CLI::Main` Thor class, which defines all CLI commands.
Defined Under Namespace
Class Method Summary collapse
-
.start(*args, **kwargs) ⇒ void
Starts the Castkit CLI.
Class Method Details
.start(*args, **kwargs) ⇒ void
This method returns an undefined value.
Starts the Castkit CLI.
20 21 22 |
# File 'lib/castkit/cli.rb', line 20 def self.start(*args, **kwargs) Castkit::CLI::Main.start(*args, **kwargs) end |