Sha256: 52ecc1a8445f77e357116226f36f6e15d1e02d3084bc5db8b8e133607e994918

Contents?: true

Size: 184 Bytes

Versions: 19

Compression:

Stored size: 184 Bytes

Contents

#!/usr/bin/env ruby
# frozen_string_literal: true

require 'checkoff/cli'

CacheMethod.config.storage = Dalli::Client.new('memcached:11211')
cli = Checkoff::CLI.new
puts cli.run(ARGV)

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
checkoff-0.10.0 exe/checkoff
checkoff-0.9.0 exe/checkoff
checkoff-0.8.0 exe/checkoff
checkoff-0.7.0 exe/checkoff
checkoff-0.6.0 exe/checkoff
checkoff-0.5.5 exe/checkoff
checkoff-0.5.4 exe/checkoff
checkoff-0.5.3 exe/checkoff
checkoff-0.5.2 exe/checkoff
checkoff-0.5.1 exe/checkoff
checkoff-0.5.0 exe/checkoff
checkoff-0.4.0 exe/checkoff
checkoff-0.3.2 exe/checkoff
checkoff-0.3.1 exe/checkoff
checkoff-0.3.0 exe/checkoff
checkoff-0.2.0 exe/checkoff
checkoff-0.1.7 exe/checkoff
checkoff-0.1.6 exe/checkoff
checkoff-0.1.5 exe/checkoff