We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a58a2c commit 8b820bdCopy full SHA for 8b820bd
cmd/speaker.go
@@ -83,9 +83,9 @@ var showSpeakerCmd = &cobra.Command{
83
Short: "Show a speaker from an event",
84
Long: `Show a speaker from an event.
85
`,
86
- Example: ` devopsdays-cli remove speaker george-bluth
+ Example: ` devopsdays-cli show speaker george-bluth
87
devopsdays-cli show speaker --city new-york --year 2017 --all
88
- devopsdays-cli remove speaker george-bluth -c "New York" --year "2017"`,
+ devopsdays-cli show speaker george-bluth -c "New York" --year "2017"`,
89
Args: cobra.MaximumNArgs(1),
90
Run: func(cmd *cobra.Command, args []string) {
91
// TODO: Work your own magic here
0 commit comments