pass service to output fn in output-template

instead of on command line
This commit is contained in:
Daniel Barlow
2024-08-12 22:53:07 +01:00
parent 3c353e4aff
commit ff3a1905a5
12 changed files with 10 additions and 9 deletions

View File

@@ -1,3 +1,3 @@
check:
./output-template ./example-output/ '{{' '}}' < example.ini > output
./output-template '{{' '}}' < example.ini > output
diff -u output example.ini.expected