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

replace component command builders with configurable templates #95

Open
pgalbavy-itrs opened this issue May 24, 2023 · 1 comment
Open
Assignees
Labels
enhancement New feature or request

Comments

@pgalbavy-itrs
Copy link
Collaborator

The existing Command() functions use hardwired code to build the command line. This could easily be templated and then made configurable with good defaults.

Allows more customisation.

@pgalbavy-itrs pgalbavy-itrs added the enhancement New feature or request label May 24, 2023
@pgalbavy-itrs pgalbavy-itrs self-assigned this May 24, 2023
@pgalbavy-itrs
Copy link
Collaborator Author

The templates should return one arg per line as some args may contains spaces and so splitting on spaces is not possible.

Environment variables need to be considered too.

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