rdedup icon indicating copy to clipboard operation
rdedup copied to clipboard

`-d` should support relative paths.

Open kevincox opened this issue 4 years ago • 0 comments

% rdedup -d d init  
Error: URI parsing error: d
% rdedup -d ./d init
Error: URI parsing error: ./d

This is confusing an unintuitive. At the very least it should be a better error. Ideally it would work as expected.

kevincox avatar Apr 20 '21 23:04 kevincox