Commit Graph

8 Commits

Author SHA1 Message Date
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
Robert Kaussow 085ee0d15a
ci: fix golangci-lint deprecations 2024-05-12 11:08:23 +02:00
Robert Kaussow 5e6b213c13
fix: fix global logger setup (#80) 2024-05-07 10:10:59 +02:00
Robert Kaussow 830d37fa00
feat: overwrite Cmd.Run to set defaults (#74) 2024-05-05 16:29:17 +02:00
Robert Kaussow 7143086616
feat: add custom type Cmd (#71) 2024-05-05 14:55:58 +02:00
Robert Kaussow 937c247354
refactor: use test runs and add test case names (#61) 2024-03-11 11:52:52 +01:00
Robert Kaussow 35a26ac068
refactor: use testify assert (#59) 2024-03-11 09:23:17 +01:00
Robert Kaussow 535fbe4771
feat: add custom cli types for string maps (#18)
BREAKING CHANGE: The existing type `StringSliceFlag` was moved to the new `types` package.
2023-08-19 15:25:53 +02:00