Skip to content

Commit

Permalink
fix: cli name example in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgtaylor committed Apr 28, 2024
1 parent 68006f5 commit 96cb0f3
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 96cb0f3

Please sign in to comment.