We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffe925c commit f2d8088Copy full SHA for f2d8088
cmd/discussions.go
@@ -12,7 +12,7 @@ var (
12
13
// postsCmd represents the posts command
14
var postsCmd = &cobra.Command{
15
- Use: "dicussions",
+ Use: "discussions",
16
Short: "Read discussions on hashnode",
17
Aliases: []string{"d"},
18
Run: func(cmd *cobra.Command, args []string) {
0 commit comments