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

Function makeArgs

apps/desktop/src/cli/commands/vault.test.ts:9–11  ·  view source on GitHub ↗
(flags: Array<[string, string]> = [])

Source from the content-addressed store, hash-verified

7import type { ParsedArgs } from '../args'
8
9function makeArgs(flags: Array<[string, string]> = []): ParsedArgs {
10 return { positionals: [], flags: new Map(flags.map(([k, v]) => [k, [v]])) }
11}
12
13let tmpDir: string
14let configDir: string

Callers 1

vault.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected