CliHandlerEntry
Unofficial
Entry stored in the CLI handlers map.
Import:
import type { CliHandlerEntry } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface CliHandlerEntryProperties
| Property | Type | Description | |
|---|---|---|---|
| description | string | Description shown in help. | |
| flags? | Record<string, CliFlag> | Flags accepted by this handler. |
Methods
| Method | Returns | Description | |
|---|---|---|---|
| handler(args?) | unknown | The handler function. |
Links to this page: