class Falcon::Command::Proxy

def environment(**options)

def environment(**options)
	Async::Service::Environment.new(Falcon::Environment::Proxy).with(
		root: Dir.pwd,
		name: self.class.name,
		verbose: self.parent&.verbose?,
		url: @options[:bind],
		timeout: @options[:timeout],
		**options
	)
end