We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4b946c commit 0eb39a6Copy full SHA for 0eb39a6
src/bin/goodboye.rs
@@ -29,7 +29,8 @@ fn main() {
29
clipboard
30
.set_text(output)
31
.expect("Failed to copy to clipboard.");
32
- println!("Copied to clipboard.");
+
33
+ eprintln!("Copied to clipboard.");
34
}
35
Err(e) => {
36
if cfg!(target_os = "linux") {
src/main.rs
@@ -37,7 +37,8 @@ fn main() {
37
38
39
40
41
42
43
44
0 commit comments