UNPKG

@sap/cli-core

Version:

Command-Line Interface (CLI) Core Module

3 lines (2 loc) 132 B
import { Handler, Option } from "../../../types"; export declare const create: (option: Option, promptAlways?: boolean) => Handler;