securesauce / precli

Precaution CLI
https://precli.readthedocs.io/
Other
7 stars 2 forks source link

Avoid init of parsers twice #486

Closed ericwb closed 1 month ago

ericwb commented 1 month ago

Currently parsers are being created twice, once in CLI main and once in the run module.

This change moves it only in the run module.