@ionic/cli-utils
Version:
Ionic CLI Utils
7 lines (6 loc) • 452 B
TypeScript
import { CommandLineInputs, CommandLineOptions, CommandMetadata } from '../../../definitions';
/**
* Filter and gather arguments from command line to be passed to Cordova
*/
export declare function filterArgumentsForCordova(metadata: CommandMetadata, options: CommandLineOptions): string[];
export declare function generateOptionsForCordovaBuild(metadata: CommandMetadata, inputs: CommandLineInputs, options: CommandLineOptions): CommandLineOptions;