MCPcopy Create free account
hub / github.com/ArkEcosystem/core / initialize

Function initialize

packages/core-cli/src/commands/command.ts:165–167  ·  view source on GitHub ↗

* Initialize the command after the input has been bound and before the input is validated. * * @returns {Promise } * @memberof Command

()

Source from the content-addressed store, hash-verified

163 * @memberof Command
164 */
165 public async initialize(): Promise<void> {
166 // Do nothing...
167 }
168
169 /**
170 * Interact with the user.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected