Sha256: a154ba246a730d7736569c328cb5d0d4390dd44630ca79c2bb0fd23784609078
Contents?: true
Size: 371 Bytes
Versions: 14
Compression:
Stored size: 371 Bytes
Contents
#!/usr/bin/env ruby require 'rubygems' require 'reckon' options = Reckon::App.parse_opts reckon = Reckon::App.new(options) if options[:print_table] reckon.output_table exit end if !reckon.csv_parser.money_column_indices puts "I was unable to determine either a single or a pair of combined columns to use as the money column." exit end reckon.walk_backwards
Version data entries
14 entries across 14 versions & 1 rubygems