in-toto / witness

Witness is a pluggable framework for software supply chain risk management. It automates, normalizes, and verifies software artifact provenance.
https://witness.dev
Apache License 2.0
415 stars 59 forks source link

refactor: make all run options have shorthand vars #441

Closed DataDavD closed 5 months ago

DataDavD commented 6 months ago

Refactor: Simple nitpick refactor to have all run option flags have shorthand vars.

Description

I was looking at my old PR that added hashes as run options flags and realized it and others did not have shorthand vars like the majority of the run options flags. So, I threw this nit PR up just in case y'all believe its best to align and have all run options flags have shorthand vars.

Feel free to close PR if you don't agree.

netlify[bot] commented 6 months ago

Deploy Preview for witness-project ready!

Name Link
Latest commit fcdc2f460c30a739806e3a1b950647f2bc92bfb5
Latest deploy log https://app.netlify.com/sites/witness-project/deploys/666b6700d798200008518d4f
Deploy Preview https://deploy-preview-441--witness-project.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

DataDavD commented 6 months ago

fyi forced pushed the rebase converting ts var to u (forgot to change that before pushing original 😅 ), so docgen step would need to be rerun.

DataDavD commented 5 months ago

@jkjell thank you!!!!