On 2020-05-15, Ethan Sommer <[email protected]> wrote: > this allows tar to be called in the common form "tar <key>" instead of only > allowing "tar -<key>"
Thanks for the patch, Ethan. This patch looks fine to me, but seeing as we used to support this usage before it was reverted in [0], I'd like to see if anyone else has comments. The approach you used avoids the code duplication that may have been the motivation for its removal. [0] https://git.suckless.org/sbase/commit/2334c049528450e46062395b70b9460542000d60.html
