MCPcopy Create free account
hub / github.com/chhoumann/quickadd / obsidianCommandArgs

Function obsidianCommandArgs

scripts/obsidian-e2e-cli.mjs:104–106  ·  view source on GitHub ↗
(options, commandArgs)

Source from the content-addressed store, hash-verified

102}
103
104export function obsidianCommandArgs(options, commandArgs) {
105 return [`vault=${options.vaultName}`, ...commandArgs];
106}
107
108async function isInstanceReady(options) {
109 try {

Callers 3

isInstanceReadyFunction · 0.85
spawnObsidianFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected