Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #9

Merged
merged 1 commit into from
Aug 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,15 +120,9 @@ These include:
- name
- description: Specify a file path / file name to write the lastIndexProcessed information out to.
- usage: ```--name path/to/file ```
- index
- description: Specify whether indexInformation should be collected or just the artifact identifiers.
- usage: ```--index ```
- pom
- description: Specify whether to run the pom resolver, with or without transitive dependency resolution.
- usage: ```--pom bool```
- jar
- description: Specify whether to run the jar resolver.
- usage: ```--jar ```
- output
- description: Specify whether to write files that resolution is being performed on out to a directory.
- usage: ```--output path/to/dir ```
- multi
- description: Specify to run the multithreaded implementation, and how many threads should be used
- usage: ```--multi threads```
Expand Down
Loading