Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions cmd/docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
Loading