MCPcopy Create free account
hub / github.com/chakra-ui/panda / AnalyzeCommandFlags

Interface AnalyzeCommandFlags

packages/cli/src/types.ts:41–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41export interface AnalyzeCommandFlags {
42 silent?: boolean
43 outfile?: string
44 cwd?: string
45 config?: string
46 scope?: 'token' | 'recipe'
47}
48
49export interface DebugCommandFlags {
50 silent?: boolean

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected