createBookmarkCliEntryPath
This content is for v1.3.1. Switch to the latest version for up-to-date documentation.
createBookmarkCliEntryPath(
entry):string
Defined in: domain/cli/bookmark-cli-copy.ts:51
EntryのCLI pathを作ります。
Parameters
Section titled “Parameters”対象entryです。
Returns
Section titled “Returns”string
CLI pathです。
Example
Section titled “Example”const path = createBookmarkCliEntryPath(entry);