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 ExecArgProperties
| Property | Type | Description |
|---|---|---|
| batchedArgs | readonly string[] | The arguments to batch. |
Links to this page: