Skip to content

Commit ad4b5b2

Browse files
committed
Enable fallback to dumb terminal
1 parent ea3ea29 commit ad4b5b2

File tree

1 file changed

+1
-0
lines changed
  • mcp/mcp-cli/src/main/java/software/amazon/smithy/java/mcp/cli/commands

1 file changed

+1
-0
lines changed

mcp/mcp-cli/src/main/java/software/amazon/smithy/java/mcp/cli/commands/ListBundles.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ private void printBundleInfo(
146146
private boolean waitForDownArrow() {
147147
try (Terminal terminal = TerminalBuilder.builder()
148148
.system(true)
149+
.dumb(true)
149150
.build()) {
150151
terminal.enterRawMode();
151152
int ch = terminal.reader().read();

0 commit comments

Comments
 (0)