Skip to content

Commit

Permalink
docs(server): update to highlight that comma separated types are supp…
Browse files Browse the repository at this point in the history
…orted (#1277)

docs: update server type to highlight that comma separated types are supported

Signed-off-by: Adam Setch <adam.setch@outlook.com>
  • Loading branch information
setchy committed Jul 26, 2024
1 parent be4e4f4 commit c4f812f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/SERVER.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Arguments can be passed either via the query string or as a JSON body. The follo

| Argument | Description |
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| type | Project type |
| type | Project type. Supports passing mutliple types seperated by `,`. For example, "dotnet,java" |
| multiProject | [boolean] |
| requiredOnly | Include only the packages with required scope on the SBOM. [boolean] |
| noBabel | Do not use babel to perform usage analysis for JavaScript/TypeScript projects. [boolean] |
Expand Down

0 comments on commit c4f812f

Please sign in to comment.