feat: line spacing argument

This commit is contained in:
2024-05-22 01:12:01 +02:00
parent 715d0d7d5a
commit 60b1682a5a
4 changed files with 12 additions and 5 deletions

View File

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