Class: OpenAI::CLI::Commands::Config
- Inherits:
-
Dry::CLI::Command
- Object
- Dry::CLI::Command
- OpenAI::CLI::Commands::Config
- 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 |