Created
November 7, 2023 23:17
-
-
Save AndreasBackx/6025e91844e3d766d4264a01ae4d1a71 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/dev/wayshot-sapling via 🦀 1.73.0 [23:17] | |
➜ cargo run --release -- --listoutputs | |
Compiling wayshot v1.4.0-dev (/home/andreas/dev/wayshot-sapling/wayshot) | |
Finished release [optimized] target(s) in 1.01s | |
Running `target/release/wayshot --listoutputs` | |
2023-11-07T23:17:42.755883Z INFO wayshot: "DP-1" | |
2023-11-07T23:17:42.755893Z INFO wayshot: "DP-4" | |
2023-11-07T23:17:42.755895Z INFO wayshot: "DP-6" | |
~/dev/wayshot-sapling via 🦀 1.73.0 [23:17] | |
➜ cargo run --release -- --list-outputs | |
Compiling wayshot v1.4.0-dev (/home/andreas/dev/wayshot-sapling/wayshot) | |
Finished release [optimized] target(s) in 1.01s | |
Running `target/release/wayshot --list-outputs` | |
2023-11-07T23:17:50.394810Z INFO wayshot: "DP-1" | |
2023-11-07T23:17:50.394819Z INFO wayshot: "DP-4" | |
2023-11-07T23:17:50.394822Z INFO wayshot: "DP-6" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment