suggestBookmarkCommands
suggestBookmarkCommands(
inputValue,aliases?,abbreviations?): readonlyBookmarkCommandSuggestion[]
Defined in: application/commands/bookmark-command-suggestion.ts:226
Bookmark CLI command suggestionを返す。
Parameters
Section titled “Parameters”inputValue
Section titled “inputValue”string
CLI入力値。
aliases?
Section titled “aliases?”readonly CommandAlias[] = []
command alias一覧。
abbreviations?
Section titled “abbreviations?”readonly CommandAlias[] = []
command abbreviation一覧。
Returns
Section titled “Returns”readonly BookmarkCommandSuggestion[]
Command suggestion一覧。
Example
Section titled “Example”const result = suggestBookmarkCommands(inputValue, aliases, abbreviations);