UNPKG

@qodalis/angular-cli

Version:

A lightweight and flexible command-line interface (CLI) tool designed to streamline workflows and automate tasks for developers.

6 lines (5 loc) 244 B
import { ICliCommandProcessor } from '@qodalis/cli-core'; import { ParsedArg } from './command-parser'; export declare class CliArgsParser { static convertToRecord(args: ParsedArg[], processor: ICliCommandProcessor): Record<string, any>; }