Releases: commander-cli/cmd
Releases · commander-cli/cmd
v1.6.1-rc1
ci: add staticcheck
v1.6.1-alpha1
ci: add staticcheck
v1.6.1-alpha.1
ci: add staticcheck
v1.6.0
Adds:
cmd.WithUser(syscall.Credential)
- Add the ability to change the user a command is run as on *nix systems (#35)cmd.WithUser(syscall.Token)
- Add the ability to change the user a command is run as on windows systems (#35)
Fixes:
- Ensure we write to
stderr
whenWithStandardStreams
option is used. Thanks to @thomasnemer for the fix (#37)
v1.5.0
v1.4.0
v1.3.0
- Move repository from
github.com/SimonBaeumer/cmd
toproxy.laosky.tk/commander-cli/cmd
v1.2.3
- Removed
cmd.MultiplexedWriter
in favor of the built-inio.MultiWriter
v1.2.2
- Fix overwrite of
stderr
inWithCustomStdout
- Fix overwrite of
stdout
inWithCustomStderr
v1.2.1
- Add
MultiplexedWriter
inNewCommand
constructor forstdout
andstderr