securesauce / precli

Precaution CLI - command line static application security testing tool
https://precli.readthedocs.io/
Other
14 stars 3 forks source link

Use version standard for --version output #409

Closed ericwb closed 5 months ago

ericwb commented 5 months ago

Is your feature request related to a problem? Please describe. The GNU documentation has a standard around the output of --version. See https://www.gnu.org/prep/standards/html_node/_002d_002dversion.html

Describe the solution you'd like

  1. The program’s name should be a constant string; don’t compute it from argv[0].
  2. Add the copyright to the output
  3. Add the license to the output

Describe alternatives you've considered n/a

Additional context n/a

Love this idea? Give it a 👍. We prioritize fulfilling features with the most 👍.