mirror of
https://github.com/python-escpos/python-escpos
synced 2025-08-24 09:03:34 +00:00
increase allowed line-length, fix whitespace in cli.py
This commit is contained in:
@@ -244,13 +244,13 @@ ESCPOS_COMMANDS = [
|
||||
'option_strings': ('--high_density_horizontal',),
|
||||
'help': 'Image density (horizontal)',
|
||||
'type': str_to_bool,
|
||||
},
|
||||
},
|
||||
{
|
||||
'option_strings': ('--high_density_vertical',),
|
||||
'help': 'Image density (vertical)',
|
||||
'type': str_to_bool,
|
||||
},
|
||||
|
||||
},
|
||||
|
||||
],
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user