-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(whiskers): allow overrides of any matrix iterable (#171)
- Loading branch information
1 parent
2ae0c33
commit 052482d
Showing
9 changed files
with
48 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
# use `--overrides '{"accent": "red"}'` for example | ||
whiskers: | ||
version: "2.0.0" | ||
matrix: | ||
- flavor | ||
- accent | ||
filename: 'output-{{flavor.identifier}}-{{accent}}.txt' | ||
--- | ||
{{flavor.name}} accent {{accent}} |
1 change: 1 addition & 0 deletions
1
whiskers/examples/multi-output/single-accent/output-frappe-red.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Frappé accent red |
1 change: 1 addition & 0 deletions
1
whiskers/examples/multi-output/single-accent/output-latte-red.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Latte accent red |
1 change: 1 addition & 0 deletions
1
whiskers/examples/multi-output/single-accent/output-macchiato-red.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Macchiato accent red |
1 change: 1 addition & 0 deletions
1
whiskers/examples/multi-output/single-accent/output-mocha-red.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Mocha accent red |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters