Sha256: 6be35884299d80a6c6e98bd9c1538b5f864ba49477a241a5983be9af961614b7
Contents?: true
Size: 271 Bytes
Versions: 12
Compression:
Stored size: 271 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true # Always look in the lib directory of this gem # first when searching the load path $LOAD_PATH.unshift File.expand_path("../lib", __dir__) require "skunk/cli/application" exit Skunk::Cli::Application.new(ARGV).execute
Version data entries
12 entries across 12 versions & 1 rubygems