import { CommandInstanceInfo, CommandLineInputs, CommandLineOptions, CommandMetadata, CommandPreRun } from '../../definitions'; import { CapacitorCommand } from './base'; export declare class RunCommand extends CapacitorCommand implements CommandPreRun { getMetadata(): Promise<CommandMetadata>; preRun(inputs: CommandLineInputs, options: CommandLineOptions, runinfo: CommandInstanceInfo): Promise<void>; run(inputs: CommandLineInputs, options: CommandLineOptions): Promise<void>; runServe(inputs: CommandLineInputs, options: CommandLineOptions): Promise<void>; protected getContinueMessage(platform: string): string; private runCapacitorRunHook; }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
add.d.ts | File | 495 B | 0644 |
|
add.js | File | 1.6 KB | 0644 |
|
base.d.ts | File | 969 B | 0644 |
|
base.js | File | 6.68 KB | 0644 |
|
build.d.ts | File | 592 B | 0644 |
|
build.js | File | 5.9 KB | 0644 |
|
copy.d.ts | File | 496 B | 0644 |
|
copy.js | File | 1.81 KB | 0644 |
|
index.d.ts | File | 276 B | 0644 |
|
index.js | File | 1.83 KB | 0644 |
|
open.d.ts | File | 496 B | 0644 |
|
open.js | File | 1.65 KB | 0644 |
|
run.d.ts | File | 673 B | 0644 |
|
run.js | File | 9.75 KB | 0644 |
|
sync.d.ts | File | 530 B | 0644 |
|
sync.js | File | 3.2 KB | 0644 |
|
update.d.ts | File | 498 B | 0644 |
|
update.js | File | 1.32 KB | 0644 |
|