v0.2.0
·
136 commits
to main
since this release
Changelog
Features
- 730a72f feat(ifdata): Add ifdata subcommand
- 0362e77 feat(parallel): Implement
-lflag - 4734c79 feat(pee): Add all flags and improve early exit behavior
- 0775e32 feat(ts): Add
-iand-sflags
Fixes
- 636f6d1 fix(errno): Fix some mips and zos errors being missed
- 4c27855 fix(goreleaser): Fix reproducible builds
- af40229 fix(ts): Add
%.Sand%.Tformat params - ebdee86 fix(ts): Add
%sand%.sformat params
Others
- e7b7c35 chore(cmd): Rename subcommand files to
cmd.go - 8673e6a chore(errno): Add command back to unsupported operating systems, but hide it and return an error
- 6279d34 chore(mispipe): Exit if the second command fails to start
- 1189fc2 chore(pee): Add flags
--ignore-sigpipeand--ignore-write-errors - f886cf0 chore(ts): Change shell completion to use format shorthands
- 26e5ebd chore(ts): Change time format parser from
ncruses/strftimetolestrrat-go/strftime - 9c56811 chore(ts): Disable
-mdeprecation warning - dfdc5df chore: Simplify OS build tags
- 613895b refactor(cmd): Add
util.Must2helper to clean up flag getters - 206566f refactor(errno): Create a separate package with errno logic