Class: Apparat::Stripper

Inherits:
Sprout::Executable::Base
  • Object
show all
Defined in:
lib/apparat/stripper.rb

Instance Method Summary collapse

Instance Method Details

#executableObject

The default executable target



18
# File 'lib/apparat/stripper.rb', line 18

set :executable, :stripper

#inputObject

The source file to strip



8
# File 'lib/apparat/stripper.rb', line 8

add_param :input, File, { :required => true, :shell_name => '-i', :delimiter => ' ' }

#outputObject

The stipped file



13
# File 'lib/apparat/stripper.rb', line 13

add_param :output, String, { :shell_name => '-o', :delimiter => ' ' }