Complex projects can have different dependencies for the test targets vs the production targets. This allows creating a BOM that includes only non-test targets. Unit tests were added to verify that this works.
The -h help output was starting to get complex so I organized the options to make them easier to understand.
Complex projects can have different dependencies for the test targets vs the production targets. This allows creating a BOM that includes only non-test targets. Unit tests were added to verify that this works.
The
-h
help output was starting to get complex so I organized the options to make them easier to understand.Fixes #43