cider icon indicating copy to clipboard operation
cider copied to clipboard

Save brew install options to bootstrap.yaml.

Open DylanVann opened this issue 9 years ago • 4 comments

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

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

Cider generates:

- !!python/unicode 'vim'

DylanVann avatar Oct 27 '15 17:10 DylanVann

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

RogerThiede avatar Mar 15 '16 08:03 RogerThiede

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.

msanders avatar Mar 22 '16 03:03 msanders

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

robsonpeixoto avatar Aug 27 '16 20:08 robsonpeixoto

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

RogerThiede avatar Aug 28 '16 01:08 RogerThiede