Sha256: c8b6c2e79d15881c578e4e70d8bf42cf135a544ffcac9c21742fa4bf3bcaa88d
Contents?: true
Size: 306 Bytes
Versions: 5
Compression:
Stored size: 306 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true require 'bundler/setup' require 'highline/import' require 'table_print' require 'thor' require 'pry' require 'goodwill' # Exit cleanly from an early interrupt Signal.trap('INT') { exit 1 } require 'goodwill/cli' Goodwill::CLI.start(ARGV, debug: true)
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
goodwill-0.4.6 | bin/goodwill |
goodwill-0.4.4 | bin/goodwill |
goodwill-0.4.3 | bin/goodwill |
goodwill-0.4.1 | bin/goodwill |
goodwill-0.4.0 | bin/goodwill |