-m
entry point
#167
Labels
component:cli
CLI components
component:docs
Documentation components
enhancement
New feature or request
I'm trying to configure pip-audit to run automatically for my project.
I have to run pip audit via
python -m pip_audit
, but there is no module entry point.Please could one be added? IT looks like it would just run
_cli:audit
,Happy to raise a PR if you agree this is useful.
The text was updated successfully, but these errors were encountered: