This issue is no currently in plan to fix for 8.5 due to the fact that a workaround exists for it and there are other higher priority issues that we’re focusing on.
A few questions when assessing this - are there limitations to the workaround or reasons why the workaround is not sufficient? This additional information will help us to prioritize this work alongside the other bugs that we need to fix prior to shipping 8.5.
Subject: how should this workaround work with parameters?
I don’t just to execute “unzip” without parameters, there is no point in that…I need to execute “unzip -d file.zip somedir/someotherdir” - as far as I tested I cannot do this with the @command.
but it does not work, the parameter is not passed to the unzip program. I only see a terminal window with the help text of unzip, that means that unzip was called without any parameter.