Sha256: c64dd84d4820c1f3c12d737cd74d11c3480273cc3d3a17c36bcb15de433ab75f

Contents?: true

Size: 253 Bytes

Versions: 1

Compression:

Stored size: 253 Bytes

Contents

require "thor"
require "s3imageoptim/command"

class S3imageoptim::CLI < Thor

  register S3imageoptim::Command, "optim", "optim BUCKET", "Get all files from a S3 BUCKET and put them back compressed"

  private
  def exit_on_failure?
    true
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
s3imageoptim-0.1.0 lib/s3imageoptim/cli.rb