CrossHair icon indicating copy to clipboard operation
CrossHair copied to clipboard

Support targeting by package names, not just module names

Open pschanely opened this issue 4 years ago • 0 comments

Packages are conspicuously missing from the set of things CrossHair can target. (though targeting by module is supported; see modules-vs-packages)

I think we should be able to use pkgutil.walk_packages to do a recursive package inspection.

A work-around until then: target by directory instead, e.g. crosshair check foo/bar/ instead of crosshair check foo.bar.

pschanely avatar Dec 12 '21 22:12 pschanely