diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-10-12 19:46:40 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-10-12 19:46:40 +0900 |
| commit | 283bcba05b55acddbb3ffe664e84fda10ed779ad (patch) | |
| tree | 6823333c98c6b9bbf4e4d7ac3b474e1e57e24af2 /main.go | |
| parent | 2e019e48c1c9c5d01c7740797d0c1420888d6872 (diff) | |
fortify/config: flag to print template config serialised as JSON
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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() |
