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

Function OutputHelpMessage

cmd/wsh/cmd/wshcmd-root.go:79–83  ·  view source on GitHub ↗
(cmd *cobra.Command)

Source from the content-addressed store, hash-verified

77}
78
79func OutputHelpMessage(cmd *cobra.Command) {
80 cmd.SetOutput(WrappedStderr)
81 cmd.Help()
82 WriteStderr("\n")
83}
84
85func preRunSetupRpcClient(cmd *cobra.Command, args []string) error {
86 jwtToken := os.Getenv(wshutil.WaveJwtTokenVarName)

Callers 8

editorRunFunction · 0.85
viewRunFunction · 0.85
wavepathRunFunction · 0.85
setBgRunFunction · 0.85
tokenCmdRunFunction · 0.85
getVarRunFunction · 0.85
aiRunFunction · 0.85
runRunFunction · 0.85

Calls 1

WriteStderrFunction · 0.85

Tested by

no test coverage detected