Skip to content

Commit 4fbcde6

Browse files
committed
Simplify prompt output
1 parent eea0ee2 commit 4fbcde6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MCP/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ static function () {
231231

232232
WP_CLI::line( $text );
233233

234-
$response = \cli\prompt( 'Continue' );
234+
$response = \cli\prompt( '', false, '' );
235235

236236
$parts = new Parts();
237237
$parts->add_text_part( $response );

0 commit comments

Comments
 (0)