Skip to content
This repository has been archived by the owner on Aug 1, 2023. It is now read-only.

Save brew install options to bootstrap.yaml. #31

Open
DylanVann opened this issue Oct 27, 2015 · 4 comments
Open

Save brew install options to bootstrap.yaml. #31

DylanVann opened this issue Oct 27, 2015 · 4 comments

Comments

@DylanVann
Copy link

Ex. Homebrew/homebrew-bundle generates a Brewfile with the line:

brew 'vim', args: ['with-lua']

Cider generates:

- !!python/unicode 'vim'
@RogerThiede
Copy link

How are brew package install options stored? Are they accessible in the brew list in any way?

@msanders
Copy link
Owner

This can currently be accomplished by manually adding the entry: - 'vim --with-lua', which will be respected by cider. But it would be nice if the CLI did this too.

@robsonpeixoto
Copy link

I'm getting the same error.!!python/unicode

@RogerThiede
Copy link

RogerThiede commented Aug 28, 2016

@robsonpeixoto, are you referring to #26?
This, #31, is an enhancement to save install options rather than reporting an error/bug.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants