Sha256: ded2ed5ffcc5b191b70873f22e49d38f8551446287d432a2ad2067d1e2c7732a
Contents?: true
Size: 362 Bytes
Versions: 51
Compression:
Stored size: 362 Bytes
Contents
#!/usr/bin/env ruby $LOAD_PATH.unshift File.expand_path("../lib", __dir__) require "rubygems" require "bundler" require "bundler/setup" require "optparse" require "gitlab_exporter" def main clazz = GitLab::Exporter::CLI.for(ARGV.shift) runner = clazz.new(ARGV) runner.run rescue GitLab::Exporter::CLI::InvalidCLICommand => e puts e exit 1 end main
Version data entries
51 entries across 51 versions & 1 rubygems