Moshe Atlow
Moshe Atlow
added the following services to home assistant: `docker_monitor.start` `docker_monitor.stop` `docker_monitor.restart`
refs: https://github.com/nodejs/node/issues/53103#issuecomment-2125716659 see tests verifying this behavior: https://github.com/nodejs/node/blob/c7a63b074017b57e5c8a3341151696039ae49499/test/parallel/test-runner-v8-deserializer.mjs#L50
### What is the problem this feature will solve? currently, node's cli interface is pretty simple and lean, it mainly accepts flags that start with two dashes, or sometimes a...