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

Interactive prompts #5

Open
multimeric opened this issue Feb 20, 2023 · 0 comments
Open

Interactive prompts #5

multimeric opened this issue Feb 20, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@multimeric
Copy link
Member

At various points it makes sense to ask the user between a small number of options. We can do this using menu().

For example, if they module_load("python") it probably makes sense to ask them which version they want.

If they module_load("X") and there is a dependency collision, we might ask them which option they want: to swap the colliding module with the new module, to cancel, or to purge and then load the new module.

@multimeric multimeric added the enhancement New feature or request label Feb 22, 2023
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