goimports-reviser icon indicating copy to clipboard operation
goimports-reviser copied to clipboard

Allow multiple targets on command line

Open n-oden opened this issue 7 months ago • 0 comments

This addresses https://github.com/incu6us/goimports-reviser/issues/96

  • iterate over the list of remaining arguments treating each as an origin path

  • defer printing deprecation warnings until after all paths are processed

  • print deprecation warnings to stderr, not stdout

n-oden avatar Jul 05 '24 17:07 n-oden