From ccff20ef77a6d599530927cb192a54cf79fd7a5f Mon Sep 17 00:00:00 2001 From: xonix Date: Tue, 9 Jan 2024 17:42:12 +0200 Subject: [PATCH] Export parameterized goal parameters by default #162 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dccf9b4..8882bc7 100644 --- a/README.md +++ b/README.md @@ -393,6 +393,8 @@ Processing file2... You can also take a look at an [example from a real project](https://github.com/xonixx/intellij-awk/blob/68bd7c5eaa5fefbd7eaa9f5f5a4b77b69dcd8779/Makesurefile#L126). +Note, the goal's body parameter values will appear as environment variables (as if defined via `export`). + Note, you can reference the `@define`-ed variables in the arguments of the parameterized goals: ```shell