mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 18:15:42 +01:00
Fix version config and make aggreator use new command line parser. (#416)
* Fix version config and make aggreator use new command line parser. * Replace old error check with check from the library.
This commit is contained in:
parent
8aed2c034e
commit
d42db07bec
5 changed files with 39 additions and 72 deletions
|
|
@ -6,13 +6,12 @@
|
|||
csaf_aggregator [OPTIONS]
|
||||
|
||||
Application Options:
|
||||
-c, --config=CFG-FILE File name of the configuration file (default:
|
||||
aggregator.toml)
|
||||
--version Display version of the binary
|
||||
-i, --interim Perform an interim scan
|
||||
-i, --interim Perform an interim scan
|
||||
--version Display version of the binary
|
||||
-c, --config=TOML-FILE Path to config TOML file
|
||||
|
||||
Help Options:
|
||||
-h, --help Show this help message
|
||||
-h, --help Show this help message
|
||||
```
|
||||
|
||||
Usage example for a single run, to test if the config is good:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue