Skip to content

suggestBookmarkCommands

This content is for v1.3.0. Switch to the latest version for up-to-date documentation.

suggestBookmarkCommands(inputValue, aliases?, abbreviations?): readonly BookmarkCommandSuggestion[]

Defined in: application/commands/bookmark-command-suggestion.ts:214

Bookmark CLI command suggestionを返す。

string

CLI入力値。

readonly CommandAlias[] = []

command alias一覧。

readonly CommandAlias[] = []

command abbreviation一覧。

readonly BookmarkCommandSuggestion[]

Command suggestion一覧。

const result = suggestBookmarkCommands(inputValue, aliases, abbreviations);

Last updated: