MCPcopy Create free account
hub / github.com/cortexkit/magic-context / note

Function note

packages/cli/src/lib/prompts.ts:117–119  ·  view source on GitHub ↗
(message: string, title?: string)

Source from the content-addressed store, hash-verified

115}
116
117export function note(message: string, title?: string): void {
118 clackNote(message, title);
119}
120
121export function spinner(): PromptSpinner {
122 const s = clackSpinner();

Callers 2

printNextStepsFunction · 0.90
runSetupFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected