Sha256: fba501953c887eeda8eb4cf9fb69447ff01db036f5b3ea14571a1dd5cde3485d
Contents?: true
Size: 243 Bytes
Versions: 5
Compression:
Stored size: 243 Bytes
Contents
if ARGV.first == '--help' || ARGV.first == '-h' puts File.open(File.join(CORE_PATH, 'commands/USAGE-SERVER')).read else $:.unshift(Dir.pwd) require File.join('config', 'application') PakyowApplication::Application.run(ARGV.first) end
Version data entries
5 entries across 5 versions & 1 rubygems