Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "main"

See main for details.

Index

Interfaces

Functions

Functions

main

  • main(name: string, program: Arguments): Promise<void>
  • Entry point: get hold of the configuration file, and start processing via process_minutes.

    async

    Parameters

    • name: string

      reference to the configuration file

    • program: Arguments

      the mapping part of the parsed command line arguments

    Returns Promise<void>