Class: OpenAI::CLI::Commands::Status

Inherits:
Dry::CLI::Command
  • Object
show all
Defined in:
lib/openai/cli/commands/status.rb

Instance Method Summary collapse

Instance Method Details

#callObject



15
16
17
# File 'lib/openai/cli/commands/status.rb', line 15

def call(**)
  puts "status command called"
end