rcmdnk/homebrew-file

brew file install <package>

rcmdnk opened this issue · 1 comments

Currently, brew file install will install packages in Brewfile but not installed in the system.
This works as same even if additional <package> arguments are given (just ignored).

It is better to work as same as brew file brew install <package>,
i.e. install <package> and add the package to the Brewfile.

Implemented:
3e6a789