Skip to content

Commit 21b48e5

Browse files
author
Abdul Dakkak
committed
add builtime subcommand
1 parent f64d340 commit 21b48e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/root.go

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ func init() {
8989
RootCmd.AddCommand(cmd.EnvCmd)
9090
RootCmd.AddCommand(cmd.GendocCmd)
9191
RootCmd.AddCommand(cmd.CompletionCmd)
92+
RootCmd.AddCommand(cmd.BuildTimeCmd)
9293

9394
cwd, err := os.Getwd()
9495
if err != nil {

0 commit comments

Comments
 (0)