Replies: 1 comment
-
Yes, @VanCoding - such a PR would be welcome. There already is a CLI module that you can contribute to. https://github.com/Platonic-Systems/process-compose-flake/blob/main/nix/process-compose/cli.nix |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My goal is to be able to use the new --detached option. But currently, there's no way to configure command-line arguments.
I initially thought about having an "extraCommandLineArguments" string option, that's then taken into account here, but that would not work well when different modules want to set different arguments.
So maybe I'd add an option for every argument there currently is, and an "extraArguments" options for stuff that gets added later and is not implemented. Then, these options could also be used by the httpServer options.
Would you accept such a pull request?
Beta Was this translation helpful? Give feedback.
All reactions