Framework
CliExtendModule
Interface: CliExtendModule
Complete CLI extension module exports.
Properties
| Property | Type | Description |
|---|---|---|
after? | CliAfterHook | Hook that runs after the command |
before? | CliBeforeHook | Hook that runs before the command |
config | CliExtendConfig | Extension configuration |
