Is there a way in a Bazel macro to get the package that called it?
09:52 18 Feb 2022

In a bazel macro I want to get the package name that called it. Is there a way to do this?

bazel