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

`fcli sc-dast scan start`: Upper-case short options are not consistent with other fcli commands #325

Closed rsenden closed 1 year ago

rsenden commented 1 year ago

The fcli sc-dast scan start command provides several short options that use upper-case letters, like -M and -L. Almost all other commands in fcli use lower-case short options though, so the short options on the fcli sc-dast scan start command should be changed to use lower-case letters for consistency.

To ensure consistency, FortifyCLITest should be updated to check for lower-case single letter options.