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