-
Notifications
You must be signed in to change notification settings - Fork 5
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
[CLI] Ability to provide multiple packages #75
Comments
Yep, I like this! I think the initial implementation could be as simple as looping over each |
Ok, I'll work on this one if it suits you. |
I updated the issue to add progress of the work done so far. The remained commands that have not been updated are:
Both commands are special, and should not been ported to use more than one project/registry project, I think. What does it mean to run multiple projects at the same time? Should we run them sequentially, in parallel?
|
@jaudiger Agreed, I don't think either one should really be updated to take multiple arguments Updating |
I was wondering if it would be possible to extend the current command line to set the parameter '-p, --project' multiple times:
Installing more than one package at a time would be simplified, and prevent calling brioche more than needed. Few similar package managers allow this pattern, such as Nix:
> nix-shell -p oniguruma -p pssh
Progress:
The text was updated successfully, but these errors were encountered: