UNPKG

@sap/cli-core

Version:

Command-Line Interface (CLI) Core Module

4 lines (3 loc) 230 B
import { Option } from "../types"; export declare const getOptionValueFromConfig: (option: Option, defaultValue?: string) => string; export declare const getOptionValueFromConfigGracefully: (option: Option) => string | undefined;