Skip to content

createSubmitHandler

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

createSubmitHandler(executeCurrentCommand, handleError): () => void

Defined in: entrypoints/cli-page/app-command-handlers.ts:43

Submit handlerを作成。

ExecuteCurrentCommand

現在command実行関数。

CommandExecutionErrorHandler

command実行失敗handler。

Submit handler。

() => void

Last updated: