rdedup
rdedup copied to clipboard
`-d` should support relative paths.
% 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.