Skip to main content

main() function

Main entry point for the doxygen2docusaurus CLI tool.

Signature

export declare function main(argv: string[]): Promise<number>;

Parameters

Parameter

Type

Description

argv

string[]

Command line arguments array

Returns

Promise<number>

Promise that resolves to the exit code (0 for success, 1 for error)