-
-
Notifications
You must be signed in to change notification settings - Fork 293
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
Add brew bundle dump selections #1217
Conversation
If it's rebased: I think this is likely to be mergeable faster? |
@MikeMcQuaid done, completely separated from previous PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These arg lists are too long but let's go with it for now and refactor later.
@colindean agreed, but don't get yet how to make is more smooth |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Thanks so much for your first contribution! Without people like you submitting PRs we couldn't run this project. You rock, @tony-sol! |
Add brew bundle dump selections #1212
Flags of
brew bundle list
like--all
,--casks
now available for brew bundle dump.Without flag,
brew bundle dump
writes all dependencies, as like with--all
flag.Adding any other selection, like
--brews
, disables implicit--all
.Review and merge after #1216