Core refactor to ease auto-update shared logic
Mzack9999 opened this issue · 1 comments
Mzack9999 commented
Please describe your feature request:
Most of the logic of pdtm is generic enough to be abstracted and moved into independent packages under projectdiscovery/utils
. pdtm
is itself another package that needs to be kept up to date, so it should be exposed as well via api, and can benefit of the generic agnostic logic implemented at projectdiscovery/goflags#103).
A package for updating tools must be able to self-update.
Describe the use case of this feature:
Facilitate self-update aware functionality via goflags
ehsandeep commented
Suppressed by projectdiscovery/utils#101