Class: Ukiryu::CliCommands::DocsCommand

Inherits:
Thor
  • Object
show all
Defined in:
lib/ukiryu/cli_commands/docs_command.rb

Overview

Generate documentation from tool definitions

The docs command generates human-readable documentation from tool definitions in various formats.

Instance Method Summary collapse

Instance Method Details

#generate(tool_name) ⇒ Object



18
19
20
# File 'lib/ukiryu/cli_commands/docs_command.rb', line 18

def generate(tool_name)
  generate_docs(tool_name)
end

#generate_allObject



25
26
27
# File 'lib/ukiryu/cli_commands/docs_command.rb', line 25

def generate_all
  generate_all_docs
end

#serveObject



31
32
33
# File 'lib/ukiryu/cli_commands/docs_command.rb', line 31

def serve
  serve_docs
end