From 491a1c82a8f5dd44ec747698065437a7a85e6cc1 Mon Sep 17 00:00:00 2001 From: Jason Morley Date: Thu, 13 Feb 2025 11:08:22 -1000 Subject: [PATCH] feat: Add a footer to the HTML email (#26) --- 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)