fix(tar): support GNU old-style bundled option letters (tar czf, tar xf) (#270)
A first argument without a leading dash is a bundle of option letters, matching GNU/bsdtar behavior. Previously `tar czf archive.tar.gz dir` treated czf as a filename and failed with "You must specify one of -c, -r, -u, -x, or -t".
J
Jeremy Mack committed
efabdb7bab9c789057073d1dcad9f9df87eca173
Parent: 9481331
Committed by GitHub <noreply@github.com>
on 6/18/2026, 2:43:22 PM