Skip to content

Commit ca16a0f

Browse files
chore: remove docs search flag mention (#474)
go
1 parent 5bfa63d commit ca16a0f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cmd/docs/docs.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ func NewCommand(clients *shared.ClientFactory) *cobra.Command {
5353
// Add the search subcommand
5454
cmd.AddCommand(NewSearchCommand(clients))
5555

56-
// Catch removed --search flag
57-
cmd.Flags().BoolP("search", "", false, "DEPRECATED: use 'docs search' subcommand instead")
58-
5956
return cmd
6057
}
6158

0 commit comments

Comments
 (0)