Add merge input option to glabels-batch-qt. (#267,#274)

This commit is contained in:
Jaye Evins
2026-01-01 19:51:38 -05:00
committed by GitHub
parent 3309837080
commit d17bb2e1be
5 changed files with 43 additions and 9 deletions
+6
View File
@@ -35,7 +35,13 @@ OPTIONS
Send output to <printer>.
.. option:: -i <source>, --input <source>
Set merge input to <source> (typically a filename). If source is "-", read from standard input.
This option overrides the merge source specified in the original glabels project file.
.. option:: -o [<filename>], --output [<filename>]
Set output filename to <filename>. If filename is "-", write to standard output.
(Default="output.pdf")