Skip to content

createGoBookmarkPathSuggestions

createGoBookmarkPathSuggestions(input): readonly BookmarkDirectorySuggestion[]

Defined in: application/commands/bookmark-go-path-suggestion.ts:109

Bookmark path suggestion対象command向けBookmark path suggestionを作成。

CreateGoBookmarkPathSuggestionsInput

Go bookmark suggestion入力。

readonly BookmarkDirectorySuggestion[]

Bookmark suggestion一覧。

const result = createGoBookmarkPathSuggestions({
bookmarks,
commandName: "go",
commandPrefix: "go ./",
parentPath: "/Work",
pathCompletionBase: "./",
titlePrefix: "Str",
});