Method: Ckancli::Command#command

Defined in:
lib/ckancli/command.rb

#command(**options) ⇒ Object

The external commands runner



26
27
28
29
# File 'lib/ckancli/command.rb', line 26

def command(**options)
  require 'tty-command'
  TTY::Command.new(options)
end