Sha256: 3686d37e94138fd17b8502d7db632b23c0894376c21ea97b4ebc5e93ef0ac842

Contents?: true

Size: 218 Bytes

Versions: 3

Compression:

Stored size: 218 Bytes

Contents

#!/usr/bin/env ruby

require 'ferry'

export = Ferry::Export.new

#ARGV[0] should be the ferry function they want to call
#subsequent params are the options to that function

if(ARGV[0] == "to_csv" )
	export.to_csv
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ferry-0.0.6 bin/ferry
ferry-0.0.5 bin/ferry
ferry-0.0.4 bin/ferry