MCPcopy
hub / github.com/ddworken/hishtory / captureTerminalOutputWithComplexCommands

Function captureTerminalOutputWithComplexCommands

client/testutils.go:162–164  ·  view source on GitHub ↗
(t testing.TB, tester shellTester, commands []TmuxCommand)

Source from the content-addressed store, hash-verified

160}
161
162func captureTerminalOutputWithComplexCommands(t testing.TB, tester shellTester, commands []TmuxCommand) string {
163 return captureTerminalOutputWithShellNameAndDimensions(t, tester, tester.ShellName(), 200, 50, commands)
164}
165
166type TmuxCommand struct {
167 Keys string

Callers 4

testTui_deleteFunction · 0.85
testTui_searchFunction · 0.85
testTui_aiFunction · 0.85
TestRemoveDuplicateRowsFunction · 0.85

Tested by 4

testTui_deleteFunction · 0.68
testTui_searchFunction · 0.68
testTui_aiFunction · 0.68
TestRemoveDuplicateRowsFunction · 0.68