Skip to content

ExecArg

A command argument that contains a list of args to be batched. If the expanded command exceeds the platform’s max command length, the batched args are split into sequential executions.

Import:

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

Signature:

export interface ExecArg

Properties

PropertyTypeDescription
batchedArgsreadonly string[]The arguments to batch.

Links to this page: