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

Environment Interdependencies #15

Open
Shadow53 opened this issue Jun 2, 2021 · 0 comments
Open

Environment Interdependencies #15

Shadow53 opened this issue Jun 2, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@Shadow53
Copy link
Owner

Shadow53 commented Jun 2, 2021

Allow an environment to require other environments to be true.

The simplest example is unix = ["linux", "freebsd", "macos", ...] where each one is an environment matching the appropriate os.

A more useful example is personal_machine = ["my_laptop", "my_desktop", ...] so that personal files don't accidentally get scattered around a work machine that I use programming dotfiles on.

Will definitely add some complexity to how environments are processed.

@Shadow53 Shadow53 added the enhancement New feature or request label Jun 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant