Closed tilboerner closed 5 years ago
@anapaulagomes Maybe I should add a test here. Probably won't have time for it today, though.
@anapaulagomes I fixed the typo and added a simple test to get the new code covered. I did not add a name-filtering parameter for the reasons above. I hope that's okay with you. :)
Dependency names can optionally be truncated to just the top-level name, for example
package.subpackage.module
becomespackage
only; bothfrom_module
andto_module
are affected.The idea is to make it easy to get a high-level overview.
Adds a command-line switch
--short-names
, or-S
to toggle showing short names only. There's also--no-short-names
to explicitly force the normal long-name behavior, which remains the default.