Versions in this module Expand all Collapse all v0 v0.0.2 Jun 1, 2026 Changes in this version type Option + func WithCommand(cmd *cobra.Command) Option + func WithResources(p ResourceProvider) Option + func WithRootCommand(name string) Option + func WithRootFlags(register func(*pflag.FlagSet)) Option + type Resource = hooks.Resource + type ResourceProvider = hooks.ResourceProvider v0.0.1 May 29, 2026 Changes in this version + func Run(opts ...Option) + type Hook = hooks.Hook + func NewShellHook(cmdStr string) Hook + type Option = hooks.Option + func GlobalSetup(h Hook) Option + func GlobalTeardown(h Hook) Option + func IterationSetup(h Hook) Option + func IterationTeardown(h Hook) Option + type RunOptions = hooks.RunOptions + func BuildOptions(opts ...Option) RunOptions