mirror of
https://github.com/python-escpos/python-escpos
synced 2025-10-23 09:30:00 +00:00
Fix text argument
This commit is contained in:
@@ -141,8 +141,8 @@ ESCPOS_COMMANDS = [
|
||||
},
|
||||
'arguments': [
|
||||
{
|
||||
'option_strings': ('--text',),
|
||||
'help': 'Text to print as a qr code',
|
||||
'option_strings': ('--txt',),
|
||||
'help': 'Plain text to print',
|
||||
'required': True,
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user