Adding `windowsHide` Option to NodeCommandExecutor in Effect TS Library
Hi guys, it seems that there's no way to pass
windowsHide (and for that matter other options from https://nodejs.org/api/child_process.html#child_processspawncommand-args-options) to NodeCommandExecutor (https://github.com/Effect-TS/effect/blob/9c686542b6eb3ea188cb70673ef2e41223633e89/packages/platform-node-shared/src/internal/commandExecutor.ts#L63). Is this something that should be added to the library, or would I have to make a custom command executor to add that?