agent-claw: automated task changes
This commit is contained in:
18
cdk/node_modules/aws-cdk/lib/commands/docs.d.ts
generated
vendored
Normal file
18
cdk/node_modules/aws-cdk/lib/commands/docs.d.ts
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
import type { IoHelper } from '../api-private';
|
||||
export declare const command = "docs";
|
||||
export declare const describe = "Opens the reference documentation in a browser";
|
||||
export declare const aliases: string[];
|
||||
/**
|
||||
* Options for the docs command
|
||||
*/
|
||||
export interface DocsOptions {
|
||||
/**
|
||||
* The command to use to open the browser
|
||||
*/
|
||||
readonly browser: string;
|
||||
/**
|
||||
* IoHelper for messaging
|
||||
*/
|
||||
readonly ioHelper: IoHelper;
|
||||
}
|
||||
export declare function docs(options: DocsOptions): Promise<number>;
|
||||
Reference in New Issue
Block a user