Skip to content

Commit

Permalink
Support interpolation including parameterized goal params #153 README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Jan 3, 2024
1 parent 66f9a69 commit 4f12aec
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 @@ -406,6 +406,8 @@ Note, you can reference the `@define`-ed variables in the arguments of the param
@depends_on parameterized_goal @args "$HELLO world" # interpolated inside string
```

You can also rely on parameterized goals [parameters interpolation](https://github.com/xonixx/makesure/issues/153).

Having the above in `Makesurefile` will produce next output when ran with `./makesure goal1`:
```
goal 'parameterized_goal@hello' ...
Expand Down

0 comments on commit 4f12aec

Please sign in to comment.