@boost/terminalFunctionsannotateannotate Callableannotate(text: string, annotation: string): stringCan be used to wrap a piece of text with a visual annotation (iTerm only). If a terminal doe not support annotations, it will pass the text through. import { annotate } from '@boost/terminal';const text = annotate('fileName.js', absFilePath);
Can be used to wrap a piece of text with a visual annotation (iTerm only). If a terminal doe not support annotations, it will pass the text through.