tomeichlersmith / denv

uniformly interact with containerized environments across runners
https://tomeichlersmith.github.io/denv/
GNU General Public License v3.0
8 stars 2 forks source link

shebang support #106

Closed tomeichlersmith closed 4 months ago

tomeichlersmith commented 4 months ago

This resolves #92 by adding a new subcommand shebang.

I do not plan on including shebang within the help messages or the quick reference in the README. It will be documented in the man pages and on the website but it will be focused on advanced users. Both a shebang which can run a workspace located somewhere else and a shebang that can run without a readable workspace are possible. The workspace-less shebang then requires the user to pre-build the SIF image if they are on one of those runners.

To Do