Renamed --debug to --info

pull/6/head
Mark 2023-09-20 14:25:10 -07:00
parent fde1220a96
commit c8ebec59ae
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ pub fn main() -> Result<(), std::io::Error> {
)); ));
t.write(&context, &mut stdout)?; t.write(&context, &mut stdout)?;
return Ok(()); return Ok(());
} else if args.iter().any(|s| s == "--debug") { } else if args.iter().any(|s| s == "--info") {
let t = FormattedText::new(format!( let t = FormattedText::new(format!(
concat!( concat!(
"Daisy v{}\n", "Daisy v{}\n",