UNPKG

ionic

Version:

A tool for creating and developing Ionic Framework mobile apps.

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;