cider
cider copied to clipboard
Save brew install options to bootstrap.yaml.
Ex. Homebrew/homebrew-bundle generates a Brewfile with the line:
brew 'vim', args: ['with-lua']
Cider generates:
- !!python/unicode 'vim'
How are brew package install options stored? Are they accessible in the brew list in any way?
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.
I'm getting the same error.!!python/unicode
@robsonpeixoto, are you referring to #26? This, #31, is an enhancement to save install options rather than reporting an error/bug.