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

(re)-enable custom args to pack, install, and run script commands #315

Open
boneskull opened this issue Aug 24, 2023 · 0 comments
Open

(re)-enable custom args to pack, install, and run script commands #315

boneskull opened this issue Aug 24, 2023 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@boneskull
Copy link
Owner

With the addition of support for multiple package managers, we lost the ability to pass extra arguments into the "pack", "install", and "run scripts" steps.

While this may be too awkward to express on the CLI, I could see the pm option allowing not just an array of strings, but an object with the package manager ID as the key, and an {installArgs?: string[], packArgs?: string[], runScriptArgs?: string[]} as the value.

Low priority until someone actually needs it. Some portion of this may be worked around by using package-manager-specific config files.

@boneskull boneskull added enhancement New feature or request help wanted Extra attention is needed labels Aug 24, 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 help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant