scm: support --listen flag for uds
Support the --listen flag to mu scm, to start listening on a Unix domain socket.
This commit is contained in:
@ -259,6 +259,7 @@ struct Options {
|
||||
struct Scm {
|
||||
OptString script_path; /**< Path to script (optional) */
|
||||
StringVec params; /**< Parameters for script (after "--") */
|
||||
bool listen; /**< Whether to start listening on a socket */
|
||||
} scm;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user