feat: font size argument

This commit is contained in:
2024-05-22 01:04:33 +02:00
parent bda23ba16e
commit 715d0d7d5a
4 changed files with 9 additions and 4 deletions

View File

@@ -29,6 +29,7 @@ fn main() -> Result<(), Box<dyn Error>> {
background_color: args.background_color,
background_color_active: args.background_color_active,
rows: args.rows,
font_size: args.font_size,
},
);