Class: Rubycam::CLI::Commands::Status

Inherits:
ObsbotCommand show all
Defined in:
lib/rubycam/cli.rb

Instance Method Summary collapse

Instance Method Details

#call(**options) ⇒ Object



208
209
210
211
212
# File 'lib/rubycam/cli.rb', line 208

def call(**options)
  with_obsbot(options) do |bot|
    bot.status.each { |k, v| puts format('%-16s %s', "#{k}:", v) }
  end
end