From 96cb0f3e136b3ce411b39e5ded3b17d4c98fcd31 Mon Sep 17 00:00:00 2001 From: "Daniel G. Taylor" Date: Sun, 28 Apr 2024 10:11:49 -0700 Subject: [PATCH] fix: cli name example in docs --- docs/docs/features/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: