From cd21a3b2a9db103fdef1644218d6f7b9dbcd7485 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Mon, 14 Aug 2023 13:34:23 -0700 Subject: [PATCH] bazel run //docs:update --- docs/aspect_configure.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/aspect_configure.md b/docs/aspect_configure.md index 2c821220f..4e5724e49 100644 --- a/docs/aspect_configure.md +++ b/docs/aspect_configure.md @@ -26,6 +26,10 @@ The advantage of configure in Aspect CLI is that you don't need to compile the t [gazelle]: https://github.com/bazelbuild/bazel-gazelle +To change the behavior of configure, you add "directives" to your BUILD files, which are comments +in a special syntax. +Run 'aspect help directives' or see https://docs.aspect.build/v/cli/help/directives for more info. + ``` aspect configure [flags]