Skip to content

ResolveToolCommandParams

Parameters for resolveToolCommand.

Import:

import type { ResolveToolCommandParams } from 'obsidian-dev-utils/script-utils/package-manager';

Signature:

export interface ResolveToolCommandParams

Properties

PropertyTypeDescription
cwd?stringThe current working folder to resolve from.
toolstringThe name of the locally-installed tool, as it appears in node_modules/.bin.

Links to this page: