Sha256: 80a03daa0fcb24e12d97e9dd6a7154c179b5271d7062bb06321ea3a2f0292e39
Contents?: true
Size: 253 Bytes
Versions: 3
Compression:
Stored size: 253 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true $LOAD_PATH << File.expand_path('../lib', __dir__) require 'puffy/cli' begin cli = Puffy::Cli.new cli.execute(ARGV) rescue Puffy::SyntaxError, Puffy::ParseError => e warn(e.message) exit 1 end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
puffy-1.0.0 | bin/puffy |
puffy-0.3.1 | bin/puffy |
puffy-0.2.0 | bin/puffy |