Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support exporting variables into an starting environment #782

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

navi-desu
Copy link
Member

@navi-desu navi-desu commented Mar 4, 2025

included is a refactor of rc-update also

Removes quite a few unnecessary checks, and overall makes it easier to
read. Also streamline error messages on invalid use to just print
`usage()`.
Avoid long if-else chains if early-return is possible.
env will hold an profile.env-like file with the starting environment
which a user can set variables into
librc api to interact with the env file, currently there's no way to
unset a variable from the environment.
allows users to export variables into the starting environment of
services, with usage `rc-update env FOO NYA=MEW`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant