class Inquirer::CLI
- Inquirer::CLI
- Reference
- Object
Overview
Inquirer CLI constructs an Inquirer::Config
object and
passes it to the appropriate Inquirer facilities (those
which the user requested, e.g., Inquirer::Daemon
for
inquirer start
, etc.).
Defined in:
inquirer.crConstructors
Class Method Summary
-
.start(argv)
Starts Inquirer command line interface from the given argv.
Instance Method Summary
-
#main
Returns the Commander command line interface for Inquirer.
-
#shell_for(client : Client, input : String)
Executes shell input input through the given client.
Constructor Detail
Class Method Detail
Instance Method Detail
Executes shell input input through the given client.
Raises InquirerError
on invalid command and on
connection error.