You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✨ Add bsdtar-compatible verbose output for stdio subcommand
- Create mode: prints "a <path>" to stderr for each entry
- Extract mode: prints "x <path>" to stderr for each entry
- Append mode: prints "a <path>" to stderr for each entry
- Update mode: prints "a <path>" to stderr for each entry
- Verbose output is controlled by -v flag, only for stdio subcommand
- Regular create/extract/append/update commands are unaffected
0 commit comments