We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f64d340 commit 21b48e5Copy full SHA for 21b48e5
cmd/root.go
@@ -89,6 +89,7 @@ func init() {
89
RootCmd.AddCommand(cmd.EnvCmd)
90
RootCmd.AddCommand(cmd.GendocCmd)
91
RootCmd.AddCommand(cmd.CompletionCmd)
92
+ RootCmd.AddCommand(cmd.BuildTimeCmd)
93
94
cwd, err := os.Getwd()
95
if err != nil {
0 commit comments