From 0309a85b9520f649f65b3be639220cb4d7e2ae34 Mon Sep 17 00:00:00 2001 From: Luke Russell Date: Tue, 7 Apr 2026 16:10:14 -0700 Subject: [PATCH] go --- cmd/docs/docs.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/cmd/docs/docs.go b/cmd/docs/docs.go index 3fe82019..a4c3aa99 100644 --- a/cmd/docs/docs.go +++ b/cmd/docs/docs.go @@ -53,9 +53,6 @@ func NewCommand(clients *shared.ClientFactory) *cobra.Command { // Add the search subcommand cmd.AddCommand(NewSearchCommand(clients)) - // Catch removed --search flag - cmd.Flags().BoolP("search", "", false, "DEPRECATED: use 'docs search' subcommand instead") - return cmd }