diff --git a/src/main.rs b/src/main.rs index 1cfb05b..11e0037 100644 --- a/src/main.rs +++ b/src/main.rs @@ -3,6 +3,7 @@ extern crate tree_magic; +use std::env; use std::io::prelude::*; use std::collections::HashMap; use std::path::Path; @@ -23,7 +24,7 @@ fn pretty_retrieve(id: PasteId) -> Option