Module RHC::CLI
In: lib/rhc/cli.rb

Run and execute a command line session with the RHC tools.

You can invoke the CLI with:

  bundle exec ruby -e 'require "rhc/cli"; RHC::CLI.start(ARGV);' -- <arguments>

from the gem directory.

Methods

Public Class methods

[Validate]