Skip to content

ExecArgument

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 { ExecArgument } from 'obsidian-dev-utils/script-utils/exec';

Signature:

export interface ExecArgument

Properties

PropertyTypeDescription
batchedArgumentsreadonly string[]The arguments to batch.

Links to this page: