bazelbuild / bazelisk

A user-friendly launcher for Bazel.
Apache License 2.0
1.95k stars 300 forks source link

`.bazeliskrc`: Add Support for Env Var and Tilde Expansion #587

Open albertocavalcante opened 1 week ago

albertocavalcante commented 1 week ago

This is a proposal to add support for env expansion as os.MkdirAll will treat shell variables and ~ as literals.

Fixes https://github.com/bazelbuild/bazelisk/issues/586

albertocavalcante commented 1 week ago

Hi @fweikert, could you or someone please review this PR when you have a chance? Thanks!