Skip to content

Commit

Permalink
chore: Merge follow up -- Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellgartner committed Jan 16, 2025
1 parent 16bd8f3 commit 91aada1
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Commands:
### generate

```bash
sage: opossum-file generate [OPTIONS]
Usage: opossum-file generate [OPTIONS]

Generate an Opossum file from various other file formats.

Expand All @@ -56,11 +56,19 @@ sage: opossum-file generate [OPTIONS]
- Opossum

Options:
--spdx PATH SPDX files used as input.
-o, --outfile TEXT The file path to write the generated opossum document
to. If appropriate, the extension ".opossum" will be
appended. [default: output.opossum]
--help Show this message and exit.
--spdx PATH Specify a path to a SPDX file that you would like to
include in the final output. Option can be repeated.
--opossum PATH Specify a path to a .opossum file that you would like
to include in the final output. Option can be
repeated.
--scan-code-json PATH Specify a path to a .json file generated by ScanCode
that you would like to include in the final output.
Option can be repeated.
-o, --outfile TEXT The file path to write the generated opossum document
to. If appropriate, the extension ".opossum" will be
appended. [default: output.opossum]
--help Show this message and exit.


```

Expand Down

0 comments on commit 91aada1

Please sign in to comment.