Skip to content

Commit

Permalink
cmd: fix root cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
labasubagia committed Sep 13, 2023
1 parent dc05356 commit 11889bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ var rootCmd = &cobra.Command{
Use: "realworld",
Short: "Realworld backend app",
Long: "Realworld is an app about article similar medium.com and dev.to",
Run: func(cmd *cobra.Command, args []string) {},
}

func init() {
Expand Down

0 comments on commit 11889bc

Please sign in to comment.