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

dynamic executable command resolve with file name #50

Open
aboe026 opened this issue Nov 10, 2021 · 0 comments
Open

dynamic executable command resolve with file name #50

aboe026 opened this issue Nov 10, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@aboe026
Copy link
Owner

aboe026 commented Nov 10, 2021

if executable is dynamic, there is currently no way to alter the file/command resolved by the dynamic regex. This won't work for unix systems that need a proceeding "./" in the command (as the file itself resolved by the dynamic regex does not contain it). Maybe need a new property for dynamic to add to (or alter) resolved executable?

"command": "./${RESOLVED_FILE}"

Where ${RESOLVED_FILE} gets replaced at runtime with the file resolved by the dynamic regex?

@aboe026 aboe026 added the enhancement New feature or request label Apr 30, 2022
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