class Inquirer::CLI

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.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Class Method Detail

def self.start(argv) #

Starts Inquirer command line interface from the given argv.


[View source]

Instance Method Detail

def main #

Returns the Commander command line interface for Inquirer.


[View source]
def shell_for(client : Client, input : String) #

Executes shell input input through the given client.

Raises InquirerError on invalid command and on connection error.


[View source]