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
stderrwhenWithStandardStreamsoption is used. Thanks to @thomasnemer for the fix (#37)
v1.5.0
v1.4.0
v1.3.0
- Move repository from
github.com/SimonBaeumer/cmdtogithub.com/commander-cli/cmd
v1.2.3
- Removed
cmd.MultiplexedWriterin favor of the built-inio.MultiWriter
v1.2.2
- Fix overwrite of
stderrinWithCustomStdout - Fix overwrite of
stdoutinWithCustomStderr
v1.2.1
- Add
MultiplexedWriterinNewCommandconstructor forstdoutandstderr