MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / getMany

Function getMany

apps/desktop/src/cli/args.ts:85–87  ·  view source on GitHub ↗
(args: ParsedArgs, name: string)

Source from the content-addressed store, hash-verified

83}
84
85export function getMany(args: ParsedArgs, name: string): string[] {
86 return args.flags.get(name) ?? []
87}
88
89/**
90 * Read all of stdin to a string. Used when `--body -` or a positional

Callers 2

cmdCaptureFunction · 0.85
cmdCreateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected