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 CommandPartSignature:
type CommandPart = ExecArg | stringLinks to this page: