class Falcon::Command::Supervisor
Talks to an instance of the supervisor to issue commands and print results.
Implements the ‘falcon supervisor` command.
def call
def call Sync do endpoint.connect do |socket| @command.call(IO::Stream(socket)) end end end
def endpoint
def endpoint ::IO::Endpoint.unix(@options[:path]) end