0
0
mirror of https://github.com/thegeeklab/wp-plugin-go.git synced 2024-10-22 23:30:39 +00:00
wp-plugin-go/types
Robert Kaussow 6be7f2b898
refactor: rework plugin cmd (#82)
BREAKING CHANGE: `types.Cmd` was moved to `exec.Cmd` and the `Private` field from the struct was removed. The filed `Trace` is now a bool field instead of a bool pointer, and the helper method `SetTrace` was also removed.

BREAKING CHANGE: The method `trace.Cmd` was removed, please use the `Trace` field of `exec.Cmd`.
2024-05-17 09:39:33 +02:00
..
stringmap.go feat: add custom cli types for string maps (#18) 2023-08-19 15:25:53 +02:00
stringslice_test.go refactor: use test runs and add test case names (#61) 2024-03-11 11:52:52 +01:00
stringslice.go ci: fix golangci-lint deprecations 2024-05-12 11:08:23 +02:00