MCPcopy
hub / github.com/infinitered/gluegun / GluegunMeta

Interface GluegunMeta

src/core-extensions/meta-extension.ts:5–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { PackageJSON } from '../toolbox/meta-types'
4
5export interface GluegunMeta {
6 src: string | void
7 version: () => string
8 packageJSON: () => PackageJSON
9 commandInfo: () => string[][]
10 checkForUpdate: () => Promise<boolean | string>
11 onAbort: typeof onAbort
12}
13
14/**
15 * Extension that lets you learn more about the currently running CLI.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…