mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Convert a lot of command line arguments to snake case (#498)
* Convert a lot of variables to snake case * Add snakecase for variables made out of two words that had it in no version yet (for consistency) * Adjust example files too --------- Co-authored-by: JanHoefelmeyer <hoefelmeyer.jan@gmail.com>
This commit is contained in:
parent
77cc250561
commit
086c4ab48b
13 changed files with 83 additions and 83 deletions
|
|
@ -10,8 +10,8 @@ csaf_validator [OPTIONS] files...
|
|||
Application Options:
|
||||
--version Display version of the binary
|
||||
--validator=URL URL to validate documents remotely
|
||||
--validatorcache=FILE FILE to cache remote validations
|
||||
--validatorpreset= One or more presets to validate remotely (default: mandatory)
|
||||
--validator_cache=FILE FILE to cache remote validations
|
||||
--validator_preset= One or more presets to validate remotely (default: mandatory)
|
||||
-o AMOUNT, --output=AMOUNT If a remote validator was used, display the results in JSON format
|
||||
|
||||
AMOUNT:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue