Control: severity -1 wishlist

On Mon, 13 Jul 2020 10:50:34 +0200 Enrico Zini <enr...@debian.org> wrote:
> There seems to be no way to use it to open a file whose name begins with
> a dash:
> 
> $ sh -x `which xdg-open` -test.pdf

Prepend filename with dot-slash: xdg-open ./-test.pdf

> I also tried the usual double-dash approach, which doesn't seem to be
> supported:
> 
> $ sh -x `which xdg-open` -- -test.pdf

On the other hand, it might make sense to implement a special double-dash option
to get consistent behavior between various command line utilities.

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to