Class: ExtendScript::Client

Inherits:
Thor
  • Object
show all
Defined in:
lib/extend_script/client.rb

Instance Method Summary collapse

Instance Method Details

#mergeObject



11
12
13
14
15
16
# File 'lib/extend_script/client.rb', line 11

def merge
  infile    = options['input']
  outfile   = options['output']
  embed_ver = options['embed-version']
  export(infile, outfile, embed_ver)
end