diff options
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() |
