Sha256: a74464632e04da381e97bdfdc60933d257ff5830d8efc6b35dde7f3fdb38706c
Contents?: true
Size: 226 Bytes
Versions: 91
Compression:
Stored size: 226 Bytes
Contents
#!/usr/bin/env ruby # encoding: UTF-8 # resolve bin path, ignoring symlinks require 'pathname' bin_file = Pathname.new(__FILE__).realpath $:.unshift File.expand_path('../../..', bin_file) require 'kontena/scripts/completer'
Version data entries
91 entries across 91 versions & 2 rubygems