Class: Lutaml::Xsd::Commands::DocCommand

Inherits:
Thor
  • Object
show all
Defined in:
lib/lutaml/xsd/commands/doc_command.rb

Overview

Documentation generation commands (MECE category) Handles all documentation generation operations

Instance Method Summary collapse

Instance Method Details

#spa(package_path) ⇒ Object



54
55
56
57
# File 'lib/lutaml/xsd/commands/doc_command.rb', line 54

def spa(package_path)
  require_relative "generate_spa_command"
  GenerateSpaCommand.new(package_path, options).run
end