Feature Request: LZW Tiff compression via CLI

Is it possible to compress a tiff file with LZW compression through command line interface?
I see in the help that I can set either:
-t = uncompressed
-tz = ZIP(deflate)
but there doesn’t seem to be a param for LZW.
Uncompressed is extremely fast, but the file size is too large for my requirements. (3 seconds)
ZIP is helpful for file size but takes much too long for the amount of images I’m processing. (30 seconds)
https://rawpedia.rawtherapee.com/Image_file_formats_and_compression

At the moment, to work around this I’m saving out as uncompressed via rawtherapee-cli, and then using ImageMagick CLI to compress to LZW.
I’d like to avoid the second step in ImageMagick if possible and compress to LZW directly from rt-cli.
Many thanks for any and all assistance.