UNPKG

@sap/cli-core

Version:

Command-Line Interface (CLI) Core Module

6 lines (5 loc) 195 B
import { get } from "../../logger/index.js"; export const create = () => async () => async () => { const { debug } = get("commands.handler.succeed"); debug(`running succeed handler`); };