ResolveToolCommandParams
Parameters for resolveToolCommand.
Import:
import type { ResolveToolCommandParams } from 'obsidian-dev-utils/script-utils/package-manager';Signature:
export interface ResolveToolCommandParamsProperties
| Property | Type | Description |
|---|---|---|
| cwd? | string | The current working folder to resolve from. |
| tool | string | The name of the locally-installed tool, as it appears in node_modules/.bin. |
Links to this page: