Skip to content

Releases: edwarnicke/exechelper

Add WithNetNS

Choose a tag to compare

@edwarnicke edwarnicke released this 18 Nov 20:15
3fca1d1
Merge pull request #6 from edwarnicke/netns

Add WithNetNS option

Add WithGracePeriod(time.Duration)

Choose a tag to compare

@edwarnicke edwarnicke released this 28 Sep 21:03
ac4a1ce
Merge pull request #5 from edwarnicke/cisimple

Simplify CI

WithContext Fix

Choose a tag to compare

@edwarnicke edwarnicke released this 19 May 01:04
6176af8

This release fixes a bug in the handling of WithContext.

If WithContext was followed by other options, the context it specified was overwritten with nil.

Initial release

Choose a tag to compare

@edwarnicke edwarnicke released this 17 May 21:12
a22a20b
Merge pull request #2 from edwarnicke/multiwriter

Enable WithStdout and WithStderr multiplexing