From 283bcba05b55acddbb3ffe664e84fda10ed779ad Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Sat, 12 Oct 2024 19:46:40 +0900 Subject: fortify/config: flag to print template config serialised as JSON Signed-off-by: Ophestra Umiker --- main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main.go') diff --git a/main.go b/main.go index 662b1a46..707e32d3 100644 --- a/main.go +++ b/main.go @@ -32,9 +32,10 @@ func main() { shim.Try() } - // version/license command early exit + // version/license/template command early exit tryVersion() tryLicense() + tryTemplate() // state query command early exit tryState() -- cgit v1.3.1