Skip to content

Repl.command() method

Home > streplts > Repl > command

Fluent interface attaching an executable or namespace definition to the application environment.

Signature:

command(def: CommandDefinition): this;

Parameter

Type

Description

def

CommandDefinition

Target layout configuring paths, command targets, or branch directories.

Returns:

this

Context instance enabling chained command attachments.