class Falcon::Command::Supervisor::Restart

Implements the ‘falcon supervisor restart` command.

def call(stream)

Send the restart message to the supervisor.
def call(stream)
	stream.puts({please: 'restart'}.to_json, separator: "\0")
end