Skip to content

NamespaceCommand interface

Home > streplts > NamespaceCommand

Nested structural boundary housing child executable commands or secondary sub-namespaces.

Signature:

export interface NamespaceCommand extends BaseCommand

Extends: BaseCommand

Used to group groups of logically continuous operations under a unified command prefix pathway.

Property

Modifiers

Type

Description

args?

never

(Optional) Disallowed property structure forcing mutual exclusivity with leaf executions.

commands

CommandDefinition[]

Subordinate directory hierarchy of registered command nodes nested inside this container context.

run?

never

(Optional) Disallowed property structure forcing mutual exclusivity with leaf executions.