Sha256: ea5537bf746550658eec22bed7e602e296d4c4556ac50b832856106048b98e1a
Contents?: true
Size: 282 Bytes
Versions: 7
Compression:
Stored size: 282 Bytes
Contents
#!/usr/bin/env ruby require '3scale_toolbox/cli' options, argv = ThreeScaleToolbox::CLI.parse unless options.command puts 'Available subcommands: ' puts ThreeScaleToolbox::CLI.subcommands puts ThreeScaleToolbox::CLI.print_help! end exec options.command.full_path, *ARGV
Version data entries
7 entries across 7 versions & 1 rubygems