UNPKG

@sap/generator-cap-project

Version:

Creates a new SAP Cloud Application Programming Model project.

7 lines (6 loc) 273 B
import type { ParsedArgv } from './parse-argv.types'; /** * Parse the tokens that would be forwarded to a `git` child-process and * return a structured summary of what the invocation does. */ export declare function parseArgv(...tokens: readonly unknown[]): ParsedArgv;