diff --git a/docs/docs/features/cli.md b/docs/docs/features/cli.md index 7ff0902f..0bd609f5 100644 --- a/docs/docs/features/cli.md +++ b/docs/docs/features/cli.md @@ -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: