fortify / fcli

fcli is a command-line utility for interacting with various Fortify products
https://fortify.github.io/fcli/
Other
28 stars 16 forks source link

Incorrect 'Missing required parameter' output #434

Closed rsenden closed 9 months ago

rsenden commented 10 months ago

Apparently, picocli doesn't like parameter labels containing colons. Looking at the screenshot below, the parameter label is being truncated in the Missing required parameter: message at the top.

In this screenshot, the parameter label in the error message is shown as app[, whereas it should show as app[:ms]:rel, similar to how it's shown under Command parameters.

image

Same is true for SSC <app>:<version> as shown below:

image