UNPKG

@sap/cli-core

Version:

Command-Line Interface (CLI) Core Module

12 lines (11 loc) 614 B
import { AuthenticationMethod } from "../constants"; export declare const getName: () => string; export declare const getPackageName: () => string; export declare const getDescription: () => string; export declare const getDiscoveryPaths: () => Array<string>; export declare const getSapHelp: () => string; export declare const getAuthenticationMethods: () => Array<AuthenticationMethod>; export declare const getVersion: () => string; export declare const isDeprecated: () => boolean; export declare const getDeprecationMessage: () => string | undefined; export declare const getGenericOptionsHelp: () => string;