Skip to content

Commit e8b4cca

Browse files
dfa1claude
andcommitted
fix(cli): widen progress clear to 80 chars to avoid leftover "rows" text
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2a0e475 commit e8b4cca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/src/main/java/io/github/dfa1/vortex/cli/ImportCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ private static void renderProgress(long done, long total) {
5050
}
5151

5252
private static void clearProgress() {
53-
System.err.printf("\r%60s\r", "");
53+
System.err.printf("\r%-80s\r", "");
5454
System.err.flush();
5555
}
5656

0 commit comments

Comments
 (0)