mirror of https://github.com/rm-dr/daisy
Renamed --debug to --info
parent
fde1220a96
commit
c8ebec59ae
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue