linux-china / jetbrains-just-plugin

JetBrains Just Command Runner Plugin

Home Page:https://plugins.jetbrains.com/plugin/18658-just

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parameter with default value leads to invalid syntax error from plugin.

motlin opened this issue · comments

My recipe:

# mvn verify
verify mvn="mvnd":
    {{mvn}} verify

The syntax error from the plugin: '&', '&&', ';', '\n', '|', '|&' or '||' expected, got '}'

Screenshot 2024-05-21 at 11 24 57 AM