fortify / fcli

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

`--output expr=...`: Improve error messages if output expression cannot be parsed/evaluated #291

Closed rsenden closed 1 year ago

rsenden commented 1 year ago

Similar to #290, we should improve error messages if there are any errors while parsing or evaluating the template expression passed to the --output expr=... option, clearly indicating that the expression passed to this option cannot be parsed, or that there is an error while evaluating the expression passed to this option.

rsenden commented 1 year ago

Fixed by 2225717