Sha256: f881603d2df2f2e2d1ee3bcf2e0d563dfa52eb9615cfe6192841fd59ff2de29f
Contents?: true
Size: 293 Bytes
Versions: 9
Compression:
Stored size: 293 Bytes
Contents
require 'gli' ENV["COLUMNS"] = "1000" ENV["LINES"] = "1000" $:.unshift File.expand_path(File.dirname(File.realpath(__FILE__))) class TechcorCli extend GLI::App commands_from 'commands/gli' def self.exec argv commands[:help] = GLI::Commands::Help.new(self) run(argv) end end
Version data entries
9 entries across 9 versions & 1 rubygems