class Falcon::Command::Virtual

def environment

def environment
	Async::Service::Environment.new(Falcon::Service::Virtual::Environment).with(
		verbose: self.parent&.verbose?,
		configuration_paths: self.paths,
		bind_insecure: @options[:bind_insecure],
		bind_secure: @options[:bind_secure],
		timeout: @options[:timeout],
	)
end