We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
example info
1 parent 6b68ae2 commit bebeee5Copy full SHA for bebeee5
1 file changed
src/cli/example.rs
@@ -71,7 +71,7 @@ fn handle_example_info_command(name: &str) -> Result<()> {
71
.contents_utf8()
72
.expect("README.txt is not UTF-8 encoded");
73
74
- println!("{readme}");
+ print!("{readme}");
75
76
Ok(())
77
}
0 commit comments