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

79 sub command to check if a supported runner is available #82

Conversation

tomeichlersmith
Copy link
Owner

This introduces a new denv sub-command named check that

  1. Makes sure the _denv_entrypoint is where it is expected to be.
  2. Looks for a supported runner that denv can use

This new command also has a --quiet version which silently reports success if there are no errors encountered.

look for _denv_entrypoint and the supported runners
- move variable outside of format string
- comment-out patch number since I don't use it here
this prevents apptainer's symlink to singularity from falsely conveying
that the user has singularity installed
since there is a flag that changes its behavior, we also
need to write a help message
@tomeichlersmith tomeichlersmith linked an issue Jan 17, 2024 that may be closed by this pull request
@tomeichlersmith tomeichlersmith marked this pull request as ready for review January 17, 2024 20:04
@tomeichlersmith tomeichlersmith merged commit 1018989 into main Jan 17, 2024
9 checks passed
@tomeichlersmith tomeichlersmith deleted the 79-sub-command-to-check-if-a-supported-runner-is-available branch January 17, 2024 20:10
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.

sub-command to check if a supported runner is available
1 participant