import { CommandLineInputs, CommandLineOptions, CommandMetadata } from '../../definitions'; import { DoctorCommand } from './base'; export declare class DoctorListCommand extends DoctorCommand { getMetadata(): Promise<CommandMetadata>; run(inputs: CommandLineInputs, options: CommandLineOptions): Promise<void>; }
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 |
|