Skip to content

CommandPart

A command part: either a plain string or an ExecArg with batched arguments.

Import:

import type { CommandPart } from 'obsidian-dev-utils/script-utils/exec';

Signature:

export type CommandPart

Signature:

type CommandPart = ExecArg | string

Type: ExecArg | string


Links to this page: