Appearance
Home > resol-vbus-core-toolbox > parseCommandLineArgs
parseCommandLineArgs() function
Parse command line arguments.
Signature:
typescript
export declare function parseCommandLineArgs(args: string[]): CliParserResult;
Parameters
Parameter | Type | Description |
---|---|---|
args | string[] | The command-line arguments to parse. |
Either the parsed Config
or a result from the CLI parser.