Repl.command() method
Home > streplts > Repl > command
Repl.command() method
Section titled “Repl.command() method”Fluent interface attaching an executable or namespace definition to the application environment.
Signature:
command(def: CommandDefinition): this;Parameters
Section titled “Parameters”|
Parameter |
Type |
Description |
|---|---|---|
|
def |
Target layout configuring paths, command targets, or branch directories. |
Returns:
this
Context instance enabling chained command attachments.