fortify / fcli

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

Remove unused options from container commands #379

Closed rsenden closed 1 year ago

rsenden commented 1 year ago

Container commands provide options like --env-prefix, --log-file and --log-level, however these options are not actually used on container commands as these commands are not runnable. Removing these options would result in much cleaner help output for these container commands.