Class: Vivlio::Starter::CLI::SamovarCommands::IndexCommand
- Inherits:
-
Samovar::Command
- Object
- Samovar::Command
- Vivlio::Starter::CLI::SamovarCommands::IndexCommand
- Defined in:
- lib/vivlio/starter/cli/samovar/index_command.rb
Overview
index コマンドの Samovar 実装
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 |
# File 'lib/vivlio/starter/cli/samovar/index_command.rb', line 38 def call puts <<~HELP 索引機能のコマンド: vs index:auto - 候補抽出・分類・_index_review.md 生成 vs index:apply - レビュー結果を index_glossary_terms.yml に適用 ワークフロー: 1. vs index:auto → _index_review.md を生成 2. _index_review.md を編集([x]で承認、[r]で棄却) 3. vs index:apply → index_glossary_terms.yml を更新 4. vs build → 索引ページを含む PDF を生成 詳細は各コマンドに --help を付けて確認してください。 HELP 0 end |