Versions in this module Expand all Collapse all v0 v0.25.2 Jun 16, 2026 Changes in this version + const InputFilePath + func AppendFromFileCommonArgs(args ...string) []string + func CommonExcludedFileArgs() []string + func MustMarshal(t *testing.T, d any) []byte + func MustMarshalToMultiYAML(t *testing.T, data ...any) []byte + func TimeBubbleStartTime() time.Time + type NewRootCmdFunc func() (rootCmd *cobra.Command, out *bytes.Buffer) + type Test struct + AssertExhaustiveArgs bool + AssertExhaustiveExcludes []string + CmdArgs []string + Name string + NewRootCmd NewRootCmdFunc + Template *string + WantDefault *string + WantErr error + WantMarkdown *string + WantObject RawObject + WantProtoObject proto.Message + WantTable *string + WantTemplate *string + WantWideTable *string + func (c *Test[Response, RawObject]) TestCmd(t *testing.T)