save-cli icon indicating copy to clipboard operation
save-cli copied to clipboard

Support `full path` to test file in `fileNameCaptureGroupOut`

Open nulls opened this issue 3 years ago • 0 comments

Evaluated tool can return a full path to tested file, need to be able to handle it.

Right now, a workaround for regex for file name can be applied: .*[\\\\\\/](.*), but probable it won't work on directoryMode

nulls avatar Sep 05 '22 15:09 nulls