UNPKG

@ionic/cli-utils

Version:
7 lines (6 loc) 452 B
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;