From 8e175cfa803bbbcc2207554cdf2e4862f6a67f89 Mon Sep 17 00:00:00 2001 From: Matt Rutkowski Date: Tue, 15 Aug 2023 09:37:05 -0500 Subject: [PATCH] Refactor README examples accounting for stdin and example SBOM path changes (#59) Signed-off-by: Matt Rutkowski --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 359cfcf5..2571f8be 100644 --- a/README.md +++ b/README.md @@ -148,9 +148,10 @@ which returns `0` (zero) or "no error": This section describes some of the important command line flags that apply to most commands that have a `list` subcommand for generating columnar, report-styled output (e.g., `schema`, `license`, `vulnerability`, etc.). +- [input flag](#input-flag): with `--output` or `-o` +- [output flag](#output-flag): with `--output` or `-o` - [format flag](#format-flag): with `--format` - [quiet flag](#quiet-flag): with `--quiet` or `-q` -- [output flag](#output-flag): with `--output` or `-o` - [where flag](#where-flag-output-filtering): with `--output` or `-o` **Note**: The `validate` command does not have a `list` subcommand and ignores the `format`, `where` and `output` flags.