aboutsummaryrefslogtreecommitdiffhomepage
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go3
1 files changed, 2 insertions, 1 deletions
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()