Type alias ZOptionReader<TOption, TThis>

ZOptionReader<TOption, TThis>: Fn<TOption, TThis> | Spec<TOption>

Option reader.

This can be either a reader function, or its full specifier.

Type Parameters

  • TOption extends ZOption = ZOption

    A type of command line option representation expected by reader.

  • TThis = void

    A type of this parameter.

Generated using TypeDoc