subsystemctl
subsystemctl copied to clipboard
feat(shell): add exclude-env and include-env options
Adds two new options to the shell command:
--exclude-env
will copy all environment variables except the ones specified in the list.
--include-env
will only copy the variables specified in the list.
I am sorry for any big Rust no-nos upfront. :)
https://github.com/sorah/subsystemctl/issues/15