import { CommandLineInputs, CommandLineOptions, CommandMetadata, TreatableAilment } from '../../definitions'; import { DoctorCommand } from './base'; export declare class DoctorTreatCommand extends DoctorCommand { getMetadata(): Promise<CommandMetadata>; run(inputs: CommandLineInputs, options: CommandLineOptions): Promise<void>; treatAilments(ailments: TreatableAilment[]): Promise<void>; handleError(e: any): void; treatAilment(ailment: TreatableAilment): Promise<boolean>; }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
base.d.ts | File | 340 B | 0644 |
|
base.js | File | 2.82 KB | 0644 |
|
check.d.ts | File | 441 B | 0644 |
|
check.js | File | 3.19 KB | 0644 |
|
index.d.ts | File | 244 B | 0644 |
|
index.js | File | 1.11 KB | 0644 |
|
list.d.ts | File | 322 B | 0644 |
|
list.js | File | 2.34 KB | 0644 |
|
treat.d.ts | File | 499 B | 0644 |
|
treat.js | File | 6.01 KB | 0644 |
|