Skip to content

createCurrentCommandExecutor

createCurrentCommandExecutor(input): () => Promise<void>

Defined in: entrypoints/cli-page/current-command-executor.ts:179

現在入力中のcommandを実行する関数を作成。

CreateCurrentCommandExecutorInput

Current command executor作成入力。

Current command executor。

() => Promise<void>