We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bfa63d commit ca16a0fCopy full SHA for ca16a0f
1 file changed
cmd/docs/docs.go
@@ -53,9 +53,6 @@ func NewCommand(clients *shared.ClientFactory) *cobra.Command {
53
// Add the search subcommand
54
cmd.AddCommand(NewSearchCommand(clients))
55
56
- // Catch removed --search flag
57
- cmd.Flags().BoolP("search", "", false, "DEPRECATED: use 'docs search' subcommand instead")
58
-
59
return cmd
60
}
61
0 commit comments