MCPcopy
hub / github.com/wavetermdev/waveterm / WriteStdout

Function WriteStdout

cmd/wsh/cmd/wshcmd-root.go:75–77  ·  view source on GitHub ↗
(fmtStr string, args ...interface{})

Source from the content-addressed store, hash-verified

73}
74
75func WriteStdout(fmtStr string, args ...interface{}) {
76 WrappedStdout.Write([]byte(fmt.Sprintf(fmtStr, args...)))
77}
78
79func OutputHelpMessage(cmd *cobra.Command) {
80 cmd.SetOutput(WrappedStderr)

Callers 15

connStatusRunFunction · 0.85
connReinstallRunFunction · 0.85
connDisconnectRunFunction · 0.85
connDisconnectAllRunFunction · 0.85
connConnectRunFunction · 0.85
connEnsureRunFunction · 0.85
setConfigRunFunction · 0.85
wavepathRunFunction · 0.85
tailLogFileFunction · 0.85
runTestCmdFunction · 0.85
fileInfoRunFunction · 0.85
secretGetRunFunction · 0.85

Calls 1

WriteMethod · 0.65

Tested by

no test coverage detected