Skip to content

Commit

Permalink
add builtime subcommand
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdul Dakkak committed Apr 5, 2017
1 parent f64d340 commit 21b48e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ func init() {
RootCmd.AddCommand(cmd.EnvCmd)
RootCmd.AddCommand(cmd.GendocCmd)
RootCmd.AddCommand(cmd.CompletionCmd)
RootCmd.AddCommand(cmd.BuildTimeCmd)

cwd, err := os.Getwd()
if err != nil {
Expand Down

0 comments on commit 21b48e5

Please sign in to comment.