Sha256: ca11692bddd28ca00cc436a0d81d253645c6b5c7c748a624a41c20524dab30de
Contents?: true
Size: 250 Bytes
Versions: 25
Compression:
Stored size: 250 Bytes
Contents
#!/usr/bin/env ruby def suppress_warnings original_verbosity = $VERBOSE $VERBOSE = nil yield ensure $VERBOSE = original_verbosity end suppress_warnings { require '3scale_toolbox' } args = ARGV.clone exit(ThreeScaleToolbox::CLI.run(args))
Version data entries
25 entries across 25 versions & 1 rubygems