opencepk / find-and-replace

to archive? Python package and pre-commit-hook for finding and replacing string(s) in file(s)
GNU General Public License v3.0
0 stars 0 forks source link

feat/add-option-quiet-silent #3

Open aouellet-tc opened 4 months ago

aouellet-tc commented 4 months ago

Add option argument --quiet and synonym of --silent to inhibit the usual output.

hminaee-tc commented 4 months ago

if we pass verbose it will be DEBUG logging and if not will be warning so maybe we do not need this option?