@black-flag/core • Docs
@black-flag/core / index / NullArguments
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.
$0:
"<NullArguments: no parse result available due to exception>"
_: []
• CustomExecutionContext extends ExecutionContext
= ExecutionContext