Add --force_software option to CLI
This commit is contained in:
parent
991efddbd6
commit
ddc3481ab8
@ -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"],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user