Support "--" for terminating command line arguments

"Ravi (Tom) Hale" <[email protected]> Tue, 26 Sep 2017 15:13:44 +0700
Newsgroups gmane.comp.gnu.stow.bugs
Message-ID <[email protected]>
I'm running: stow (GNU Stow) version 2.2.2

Could stow support "--" to indicate the end of command line arguments?

Eg:
$ ls -- -l
ls: cannot access '-l': No such file or directory

Without this, it is impossible to stow a package with a name like
"--version".

It's more generally useful to ensure script robustness.

-- 
Tom Hale