Class: WPAR::Wrapper::MkWpar

Inherits:
Object
  • Object
show all
Defined in:
lib/wpars/wrapper/mkwpar.rb

Class Method Summary collapse

Class Method Details

.create(options = {}) ⇒ Object



8
9
10
11
12
# File 'lib/wpars/wrapper/mkwpar.rb', line 8

def self.create(options = {})
  cmd = build_mkwpar_command(options)
  puts "debug: #{cmd}" unless options[:debug].nil?
  External.cmd(cmd: cmd, live_stream: options[:live_stream])
end