Class: Castkit::CLI::Main
- Inherits:
-
Thor
- Object
- Thor
- Castkit::CLI::Main
- Defined in:
- lib/castkit/cli/main.rb
Overview
Main CLI entry point for Castkit.
Provides top-level commands for printing the gem version and generating Castkit components.
Instance Method Summary collapse
-
#generate ⇒ void
Dispatches to the ‘castkit generate` subcommands.
-
#list ⇒ void
Dispatches to the ‘castkit list` subcommands.
-
#version ⇒ void
Outputs the current Castkit version.
Instance Method Details
#generate ⇒ void
This method returns an undefined value.
Dispatches to the ‘castkit generate` subcommands.
Supports generating components like ‘type`, `dataobject`, `contract`, etc.
32 |
# File 'lib/castkit/cli/main.rb', line 32 subcommand "generate", Castkit::CLI::Generate |