Class: OpenAI::CLI::Commands::Config

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

Instance Method Summary collapse

Instance Method Details

#call(**opts) ⇒ Object



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

def call(**opts)
  puts "config command called with arguments: #{opts.inspect}"
end