Public Access
PrintFxv2
This commit is contained in:
@@ -73,8 +73,10 @@ const args = [
|
||||
'--printer', target,
|
||||
'print',
|
||||
'--label', label,
|
||||
file,
|
||||
];
|
||||
// Required on black/red tape even when the badge is entirely black.
|
||||
if (label === '62red') args.push('--red');
|
||||
args.push(file);
|
||||
|
||||
console.log('');
|
||||
console.log(` running: ${config.printing.command} ${args.join(' ')}`);
|
||||
|
||||
Reference in New Issue
Block a user