Nog CLI Developer Guide - v0.10.5
    Preparing search index...

    Class Program

    CLI Program Orchestrator.

    • Manages the registration of commands, arguments parsing, and execution delegation. It wraps the commander library to provide a strictly typed and consistent interface.
    Index

    Constructors

    Methods

    Constructors

    Methods

    • Parses the command line arguments and executes the matched command. *

      Parameters

      • Optionalargv: string[]

        The arguments array (defaults to process.argv).

      Returns Promise<void>

      A promise that resolves when the command execution is complete.