Skip to content

Commit

Permalink
update fate
Browse files Browse the repository at this point in the history
  • Loading branch information
godcong committed Sep 28, 2020
1 parent e6cdabf commit 714f0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/console/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var rootCmd = &cobra.Command{
}

func main() {
rootCmd.AddCommand(cmdInit(), cmdName(), cmdCheck())
rootCmd.AddCommand(cmdInit(), cmdName(), cmdCheck(), versionCMD())
e := rootCmd.Execute()
if e != nil {
panic(e)
Expand Down

0 comments on commit 714f0e1

Please sign in to comment.