executeCopyCommand
executeCopyCommand(
command,dependencies):Promise<BookmarkCliCommandState>
Defined in: presentation/cli/bookmark-cli-copy-command-executors.ts:245
Copy commandを実行します。
Parameters
Section titled “Parameters”command
Section titled “command”Copy commandです。
dependencies
Section titled “dependencies”BookmarkCliCommandDependencies
command実行に必要な依存です。
Returns
Section titled “Returns”Promise<BookmarkCliCommandState>
画面に反映する状態です。