Class: Lutaml::CLI
- Inherits:
-
Thor
- Object
- Thor
- Lutaml::CLI
- Defined in:
- lib/lutaml/cli.rb
Overview
Main CLI entry point for LutaML
This is a pure Thor implementation with no custom routing logic. All commands are organized into subcommands:
-
uml: UML repository operations (XMI/QEA/LUR files)
-
diagram: DSL diagram generation (LutaML textual notation)
-
xmi: Deprecated alias for ‘uml’
Class Method Summary collapse
Class Method Details
.exit_on_failure? ⇒ Boolean
68 69 70 |
# File 'lib/lutaml/cli.rb', line 68 def self.exit_on_failure? true end |