Class: Rubycam::CLI::Commands::Status
- Inherits:
-
ObsbotCommand
- Object
- Dry::CLI::Command
- VideoCommand
- ObsbotCommand
- Rubycam::CLI::Commands::Status
- 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(**) with_obsbot() do |bot| bot.status.each { |k, v| puts format('%-16s %s', "#{k}:", v) } end end |