VersionArgsExt.setupUnixSocketHandler

Registers this extension with the unix socket extension and activates the handling of the specified unix socket command, which will print the application version (as shown by --version) to the socket when called.

class VersionArgsExt
void
setupUnixSocketHandler

Parameters

app IApplication

the application instance

unix_socket_ext UnixSocketExt

UnixSocketExt instance to register with

Meta