Skip to content

Home > resol-vbus-core-toolbox > CliParserResult

CliParserResult type

The result of parseCommandLineArgs.

Signature:

typescript
export type CliParserResult = CliParserOptions | CliParserOutput | CliParserFailure;

References: CliParserOptions, CliParserOutput, CliParserFailure