Skip to content

Commit 3216e9d

Browse files
Remove success message for plugin search command
1 parent f4e1fb8 commit 3216e9d

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/WP_CLI/CommandWithUpgrade.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -609,9 +609,6 @@ protected function _search( $args, $assoc_args ) {
609609

610610
$items = $api->$plural;
611611

612-
$count = \WP_CLI\Utils\get_flag_value( $api->info, 'results', 'unknown' );
613-
\WP_CLI::success( sprintf( 'Showing %s of %s %s.', count( $items ), $count, $plural ) );
614-
615612
$formatter->display_items( $items );
616613
}
617614

0 commit comments

Comments
 (0)