Closed fattynoparents closed 3 months ago
The expression parser (glob) is run internally in kraken and not the shell and doesn't have all the features (or behavior) of shell expansions. Importantly it doesn't know ~
. I've changed the behavior to explicitly expand it before parsing now.
I'm trying to use the
segment
command with multiple images as an input, the command is as follows:I only get this message after which the command exits silently, nothing else happens:
--raise-on-error parameter doesn't get any additional output. Am I doing something wrong? Thanks in advance for any help.