linux-china / jetbrains-just-plugin

JetBrains Just Command Runner Plugin
https://plugins.jetbrains.com/plugin/18658-just
Apache License 2.0
35 stars 6 forks source link

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

Open motlin opened 1 month ago

motlin commented 1 month ago

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