Sha256: 7fe7fc3165a3539cd5311aa10d0808298dece34c2996abb4702cc6a4478f5c72

Contents?: true

Size: 275 Bytes

Versions: 2

Compression:

Stored size: 275 Bytes

Contents

require "thor"
require "s3imageoptim/command"

class S3imageoptim::CLI < Thor
  register S3imageoptim::Command, "optim", "optim BUCKET [--acl=public|private]", "Get all files from a S3 BUCKET and put them back compressed"

  private
  def exit_on_failure?
    true
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
s3imageoptim-0.1.2 lib/s3imageoptim/cli.rb
s3imageoptim-0.1.1 lib/s3imageoptim/cli.rb