Class: ExtendScript::Client

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

Instance Method Summary collapse

Instance Method Details

#mergeObject



19
20
21
22
23
24
# File 'lib/extend_script/client.rb', line 19

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

#versionObject



10
11
12
# File 'lib/extend_script/client.rb', line 10

def version
  puts "ExtenedScript Util. #{ExtendScript::VERSION}"
end