-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Add "merge --input-file-list NAME ..." as a way to exceed CLI limits #328
base: main
Are you sure you want to change the base?
Conversation
Sonatype Lift is retiringSonatype Lift will be retiring on Sep 12, 2023, with its analysis stopping on Aug 12, 2023. We understand that this news may come as a disappointment, and Sonatype is committed to helping you transition off it seamlessly. If you’d like to retain your data, please export your issues from the web console. |
af1a9a0
to
6fb9406
Compare
Signed-off-by: Jim Klimov <jimklimov@gmail.com>
…ple --input-files-list Signed-off-by: Jim Klimov <jimklimov@gmail.com>
…ple --input-files-list: use simple foreach() Signed-off-by: Jim Klimov <jimklimov@gmail.com>
Signed-off-by: Jim Klimov <jimklimov@gmail.com>
…-list" (dotnet is too smart for its own good) Signed-off-by: Jim Klimov <jimklimov@gmail.com>
Signed-off-by: Jim Klimov <jimklimov@gmail.com>
Signed-off-by: Jim Klimov <jimklimov@gmail.com>
6fb9406
to
1cc6622
Compare
…xisting precedent Signed-off-by: Jim Klimov <jimklimov@gmail.com>
Now actually tested locally, at least. Outputs posted below (made a bit noisier to see what's happening with parameter handling).
|
…ork around stupid Options parser) Signed-off-by: Jim Klimov <jimklimov@gmail.com>
…licates and empty lines, if any Signed-off-by: Jim Klimov <jimklimov@gmail.com>
Signed-off-by: Jim Klimov <jimklimov@gmail.com>
2cd9f5e
to
4017eb9
Compare
In particular, avoid starting lines with "Got" for different concepts - improve readability. Signed-off-by: Jim Klimov <jimklimov@gmail.com>
Updated report style:
|
Signed-off-by: Jim Klimov <jimklimov@gmail.com>
...or to handle filenames in paths which have spaces.
Not tested yet, and C# is not my native language, so please bear with me :)
UPDATE: Now tested, as detailed in comments below.
So far, posting to make sure CI passes on all platforms with this trivial change. Not sure how to test this properly (with an additional file to list SBOM files) - suggestions or maintainer commits are welcome :)