MCPcopy Index your code
hub / github.com/wavetermdev/waveterm / debugTermPreRun

Function debugTermPreRun

cmd/wsh/cmd/wshcmd-debugterm.go:119–124  ·  view source on GitHub ↗
(cmd *cobra.Command, args []string)

Source from the content-addressed store, hash-verified

117}
118
119func debugTermPreRun(cmd *cobra.Command, args []string) error {
120 if debugTermStdin || debugTermInput != "" {
121 return nil
122 }
123 return preRunSetupRpcClient(cmd, args)
124}
125
126func getDebugTermMode() (string, error) {
127 mode := strings.ToLower(debugTermMode)

Callers

nothing calls this directly

Calls 1

preRunSetupRpcClientFunction · 0.85

Tested by

no test coverage detected