Skip to content

canSuggestBookmarkDirectoryPaths

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

canSuggestBookmarkDirectoryPaths(inputValue): boolean

Defined in: application/commands/bookmark-directory-suggestion.ts:595

Directory path suggestion対象入力かを判定。

string

CLI入力値。

boolean

Directory path suggestion対象ならtrue。

const result = canSuggestBookmarkDirectoryPaths(inputValue);

Last updated: