Skip to content

Commit

Permalink
Refactor README examples accounting for stdin and example SBOM path c…
Browse files Browse the repository at this point in the history
…hanges (#59)

Signed-off-by: Matt Rutkowski <[email protected]>
  • Loading branch information
mrutkows authored Aug 15, 2023
1 parent d443c82 commit 8e175cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8e175cf

Please sign in to comment.