csaf-poc / csaf_distribution

Tools to download or provide CSAF (Common Security Advisory Framework) documents.
https://csaf.io
38 stars 22 forks source link

csaf_downloader - Unknown Flags: -n, --nostore #454

Open SystemSh0cker opened 1 year ago

SystemSh0cker commented 1 year ago

Both Flags ( -n , --nostore ) are not working. Help-Menu or Implementation is currently wrong.

Examples:

csaf_downloader.exe -n www.siemens.com
unknown flag `n'
2023/09/08 13:40:33 error: unknown flag `n'
csaf_downloader.exe --nostore www.siemens.com
unknown flag `nostore'
2023/09/08 13:41:25 error: unknown flag `nostore'
bernhardreiter commented 1 year ago

@SystemSh0cker you probably use the released version 2.2.0.

But the documentation in the main branch is already preparing for the next upcoming release 3.0.0-beta.1.

Please check the documentation coming with your binary.

bernhardreiter commented 1 year ago

And thanks for noticing, we probably have to show this in the main readme somehow.