Class: LLM::Shell::Command::ShowVersion
- Inherits:
-
Object
- Object
- LLM::Shell::Command::ShowVersion
- Includes:
- Utils
- Defined in:
- lib/llm/shell/commands/show_version.rb
Instance Method Summary collapse
-
#call ⇒ void
Shows the current llm-shell version.
- #initialize(context) ⇒ LLM::Shell::Command::ShowVersion constructor
Constructor Details
#initialize(context) ⇒ LLM::Shell::Command::ShowVersion
12 13 14 |
# File 'lib/llm/shell/commands/show_version.rb', line 12 def initialize(context) @context = context end |