mise bootstrap packages brew tap
- 用法:
mise bootstrap packages brew tap [FLAGS] <TAP> [URL] - **作用:**修改状态
- 源代码:
src/cli/system/brew/mod.rs
将一个 Homebrew tap URL 添加到 [bootstrap.brew.taps]。
参数
<TAP>— Tap 名称,例如owner/repo[URL]— 用于该 tap 的 GitHub URL。默认为 https://github.com/<owner/homebrew-<repo>.git>
选项
-l --local— 写入本地配置,而不是全局配置-n --dry-run— 输出配置变更,但不写入-p --path <PATH>— 写入此配置文件或目录别名:
--file-h --help— 输出帮助
示例:
mise bootstrap packages brew tap railwaycat/emacsmacport
mise bootstrap packages brew tap acme/tools https://github.com/acme/homebrew-tools.git