MCPcopy Create free account
hub / github.com/quarto-dev/quarto-cli / ToolInfo

Interface ToolInfo

src/tools/tools-console.ts:28–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26import { haveArrowKeys } from "../core/platform.ts";
27
28interface ToolInfo {
29 tool: InstallableTool;
30 installed: boolean;
31 version?: string;
32 latest: RemotePackageInfo;
33}
34
35export async function outputTools() {
36 const toolRows: string[][] = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected