save-cli
save-cli copied to clipboard
Merge `execCmd` and `execFlags` options: provide a common template
We need to provide a common template for execCmd:
java -jar ktlint -R diktat -F %%Test%% --debug
SO we won't need execFlags anymore.
Need to add implementation of com.saveourtool.save.core.utils.CmdExecutorBase for com.saveourtool.save.plugins.fix.FixPlugin
Originally posted by @nulls in https://github.com/saveourtool/save-cli/issues/435#issuecomment-1222064618