MCPcopy Create free account
hub / github.com/github/gh-aw / FormatCommandMessage

Function FormatCommandMessage

pkg/console/console_wasm.go:73–73  ·  view source on GitHub ↗
(command string)

Source from the content-addressed store, hash-verified

71func FormatErrorMessage(message string) string { return "✗ " + message }
72func FormatLocationMessage(message string) string { return "~ " + message }
73func FormatCommandMessage(command string) string { return "$ " + command }
74func FormatProgressMessage(message string) string { return "▸ " + message }
75func FormatPromptMessage(message string) string { return "? " + message }
76func FormatCountMessage(message string) string { return "# " + message }

Callers 14

inspectMCPServerFunction · 0.92
checkAndSuggestSecretsFunction · 0.92
displayMissingSecretsFunction · 0.92
checkGHAuthStatusSharedFunction · 0.92
showFinalInstructionsMethod · 0.92
RunWorkflowInteractivelyFunction · 0.92
checkGitRepositoryMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected