MCPcopy
hub / github.com/ginobefun/BestBlogs / OutputOptions

Interface OutputOptions

cli/src/render/output.ts:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9import { getConfig } from '../config.js'
10
11export interface OutputOptions {
12 json?: boolean
13}
14
15export function resolveJsonMode(cliOpts: OutputOptions): boolean {
16 if (cliOpts.json) return true

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected