Skip to content

CliHandlerEntry

Unofficial

Entry stored in the CLI handlers map.

Import:

import type { CliHandlerEntry } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface CliHandlerEntry

Properties

PropertyTypeDescription
descriptionstringDescription shown in help.
flags?Record<string, CliFlag>Flags accepted by this handler.

Methods

MethodReturnsDescription
handler(args?)unknownThe handler function.

Links to this page: