fortify/config: flag to print template config serialised as JSON

Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
This commit is contained in:
2024-10-12 19:46:40 +09:00
parent 2e019e48c1
commit 283bcba05b
2 changed files with 19 additions and 1 deletions

View File

@@ -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()