Skip to content

Commit

Permalink
Merge pull request #421 from danielgtaylor/fix-cli-name-example
Browse files Browse the repository at this point in the history
fix: cli name example in docs
  • Loading branch information
danielgtaylor committed Apr 28, 2024
2 parents 68006f5 + 96cb0f3 commit eb7d476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/features/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ cmd := cli.Root()
cmd.Use = "appname"
cmd.Version = "1.0.1"

cmd.Run()
cli.Run()
```

Then you will see something like this:
Expand Down

0 comments on commit eb7d476

Please sign in to comment.