Skip to content

Commit

Permalink
Export parameterized goal parameters by default #162
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Jan 9, 2024
1 parent a475969 commit ccff20e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ccff20e

Please sign in to comment.