Add --force_software option to CLI

This commit is contained in:
belono 2023-05-17 11:45:41 +02:00
parent 991efddbd6
commit ddc3481ab8

View File

@ -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"],
},
], ],
}, },
{ {