Class: OpenAI::CLI::Commands::Version
- Inherits:
-
Dry::CLI::Command
- Object
- Dry::CLI::Command
- OpenAI::CLI::Commands::Version
- Defined in:
- lib/openai/cli/commands/version.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
14 15 16 |
# File 'lib/openai/cli/commands/version.rb', line 14 def call(*) puts OpenAI::CLI::VERSION end |