Versions in this module Expand all Collapse all v1 v1.8.0 Dec 14, 2023 Changes in this version + type Args struct + Args map[string]string + Commands []*cobra.Command + ExecutingCommand string + In io.Reader + Out io.Writer + type Command struct + func StartCommand[T any](t testing.TB, ctx context.Context, root *cobra.Command, args ...Args) Command + func (c Command) Wait() + type Result int + const Done + const Timeout + func StartCommandWithWait[T any](t testing.TB, ctx context.Context, root *cobra.Command, wait time.Duration, ...) Result Other modules containing this package github.com/nano-interactive/go-utils/v2