Sha256: 0d893dd7c0e2553e163d00746a7b1f35c86c6e496a81f61e0c467a3892f0994c
Contents?: true
Size: 449 Bytes
Versions: 14
Compression:
Stored size: 449 Bytes
Contents
#!/usr/bin/env ruby # encoding: UTF-8 # add lib to libpath (only needed when running from the sources) require 'pathname' lib_path = File.expand_path('../../lib', Pathname.new(__FILE__).realpath) $:.unshift lib_path unless $:.include?(lib_path) STDOUT.sync = true if ARGV[0] == 'complete' ARGV.delete_at(0) require 'kontena/scripts/completer' else require 'kontena_cli' Kontena::PluginManager.instance.init Kontena::MainCommand.run end
Version data entries
14 entries across 14 versions & 1 rubygems