CommandPart
A command part: either a plain string or an ExecArgument with batched arguments.
Import:
import type { CommandPart } from 'obsidian-dev-utils/script-utils/exec';Signature:
export type CommandPartSignature:
type CommandPart = ExecArgument | stringType: ExecArgument | string
Links to this page: