mirror of
https://github.com/python-escpos/python-escpos
synced 2025-09-13 09:09:58 +00:00
Add --force_software option to CLI
This commit is contained in:
@@ -161,6 +161,11 @@ ESCPOS_COMMANDS = [
|
|||||||
"help": "ESCPOS function type",
|
"help": "ESCPOS function type",
|
||||||
"choices": ["A", "B"],
|
"choices": ["A", "B"],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"option_strings": ("--force_software",),
|
||||||
|
"help": "Force render and print barcode as an image",
|
||||||
|
"choices": ["graphics", "bitImageColumn", "bitImageRaster"],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user