Skip to content

Commit 67c95a7

Browse files
committed
fix cli test
1 parent a09a458 commit 67c95a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ impl Default for ImageCliOptions {
306306
ImageCliOptions {
307307
image: Option::default(),
308308
image_protocol: Option::default(),
309-
color_resolution: 16,
309+
color_resolution: 64,
310310
}
311311
}
312312
}

0 commit comments

Comments
 (0)