mirror of
https://github.com/rm-dr/daisy
synced 2025-02-20 05:59:21 -08:00
Renamed --debug to --info
This commit is contained in:
parent
fde1220a96
commit
c8ebec59ae
@ -55,7 +55,7 @@ pub fn main() -> Result<(), std::io::Error> {
|
||||
));
|
||||
t.write(&context, &mut stdout)?;
|
||||
return Ok(());
|
||||
} else if args.iter().any(|s| s == "--debug") {
|
||||
} else if args.iter().any(|s| s == "--info") {
|
||||
let t = FormattedText::new(format!(
|
||||
concat!(
|
||||
"Daisy v{}\n",
|
||||
|
Loading…
x
Reference in New Issue
Block a user