createCurrentCommandExecutor
This content is for v1.2.0. Switch to the latest version for up-to-date documentation.
createCurrentCommandExecutor(
input): () =>Promise<void>
Defined in: entrypoints/cli-page/current-command-executor.ts:130
現在入力中のcommandを実行する関数を作成。
Parameters
Section titled “Parameters”CreateCurrentCommandExecutorInput
Current command executor作成入力。
Returns
Section titled “Returns”Current command executor。
() => Promise<void>