Skip to content

Commit

Permalink
Add version flag in root command
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylevy committed Jun 2, 2022
1 parent 8dcf7f1 commit 40aa73c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ From there, the most common workflow is:
},

TraverseChildren: true,

Version: "v0.1.0",
}

// Execute adds all child commands to the root command and sets flags appropriately.
Expand Down

0 comments on commit 40aa73c

Please sign in to comment.