CliWrap v3.2 Release Notes

    • ➕ Added support for specifying user credentials when you want to run a command as a different user. This can be done by calling cmd.WithCredentials(...). Domain and password options are only supported on Windows, while username can be set on any operating system. (Thanks @Michi)