mirror of
https://github.com/spf13/cobra
synced 2025-05-06 13:27:26 +00:00
update Example in README.md (#769)
This commit is contained in:
parent
ba1052d4cb
commit
10db418b0a
1 changed files with 1 additions and 1 deletions
|
@ -459,7 +459,7 @@ Echo works a lot like print, except it has a child command.`,
|
||||||
}
|
}
|
||||||
|
|
||||||
var cmdTimes = &cobra.Command{
|
var cmdTimes = &cobra.Command{
|
||||||
Use: "times [# times] [string to echo]",
|
Use: "times [string to echo]",
|
||||||
Short: "Echo anything to the screen more times",
|
Short: "Echo anything to the screen more times",
|
||||||
Long: `echo things multiple times back to the user by providing
|
Long: `echo things multiple times back to the user by providing
|
||||||
a count and a string.`,
|
a count and a string.`,
|
||||||
|
|
Loading…
Add table
Reference in a new issue