From 4a1442ee09b78a8d6ba1f6cc0aae8bcefc5e014f Mon Sep 17 00:00:00 2001 From: Jason Morley Date: Thu, 13 Feb 2025 11:05:03 -1000 Subject: [PATCH] feat: Add a footer to the HTML email --- Sources/reporter/Command.swift | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Sources/reporter/Command.swift b/Sources/reporter/Command.swift index 27eb9e6..ac0ecfa 100644 --- a/Sources/reporter/Command.swift +++ b/Sources/reporter/Command.swift @@ -213,6 +213,12 @@ struct Command: AsyncParsableCommand { {% endif %} {% endfor %} + +
+ +

+ Generated using Reporter. +

""", context: context)