createSubmitHandler
This content is for v1.3.0. 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を作成。
Parameters
Section titled “Parameters”executeCurrentCommand
Section titled “executeCurrentCommand”現在command実行関数。
handleError
Section titled “handleError”command実行失敗handler。
Returns
Section titled “Returns”Submit handler。
() => void