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 fde7d12 commit 923199eCopy full SHA for 923199e
src/main.rs
@@ -28,6 +28,7 @@ pub struct Repo {
28
}
29
30
fn main() {
31
+ env_logger::init();
32
let path = PathBuf::from(".");
33
34
match get_output(path) {
0 commit comments