MCPcopy
hub / github.com/ionic-team/capacitor / RunTaskOptions

Interface RunTaskOptions

cli/src/common.ts:208–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208export interface RunTaskOptions {
209 spinner?: boolean;
210}
211
212export async function runTask<T>(title: string, fn: () => Promise<T>): Promise<T> {
213 const chain = output.createTaskChain();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected