Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ParserOptions<O>

Type parameters

Hierarchy

  • ParserOptions

Index

Methods

Methods

help

  • Prints help message to STDOUT. It's generated automatically based on the option definitions

    Parameters

    • Default value format: Format = "text"

    Returns void

parse

  • Load options from config file, environment variables and command line arguments

    Parameters

    • Default value mock: Mock = {}

    Returns Vals<O> & Rest

    Object of options with their values

Generated using TypeDoc