diff --git a/src/main.rs b/src/main.rs index 7268c59..10f582f 100644 --- a/src/main.rs +++ b/src/main.rs @@ -79,8 +79,9 @@ async fn main() -> Result<(), Box> { let collection = PostWomanCollection::from_path(&args.collection)?; + println!("╶┐ * {}", collection.name()); + if args.verbose { - println!("╶┐ * {}", collection.name()); if let Some(descr) = &collection.description() { println!(" │ {}", descr); }