Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.07 KB

NullArguments.md

File metadata and controls

33 lines (18 loc) · 1.07 KB

@black-flag/coreDocs


@black-flag/core / index / NullArguments

Type Alias: NullArguments<CustomExecutionContext>

NullArguments<CustomExecutionContext>: object & FrameworkArguments<CustomExecutionContext>

Represents an empty or "null" Arguments object devoid of useful data.

This result type is fed to certain configuration hooks and returned by various Arguments-returning functions when an exceptional event prevents yargs from returning a real Arguments parse result.

Type declaration

$0

$0: "<NullArguments: no parse result available due to exception>"

_

_: []

Type Parameters

CustomExecutionContext extends ExecutionContext = ExecutionContext

Defined in

types/program.ts:30