ReopenableFilesExt.setupUnixSocketHandler

Registers this extension with the unix socket extension and activates the handling of the specified unix socket command, which will cause reopening files specified as arguments to the command.

class ReopenableFilesExt
void
setupUnixSocketHandler
(,
string reopen_command = "reopen_files"
)

Parameters

unix_socket_ext UnixSocketExt

UnixSocketExt instance to register with

reopen_command string

command to trigger reopening of the registered file (passed as arguments to the command).

Meta