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

    Interface ProgramConfig

    CLI program configuration

    interface ProgramConfig {
        description: string;
        name: string;
        skipExit?: boolean;
        version: string;
    }
    Index

    Properties

    description: string

    Program description

    name: string

    Program name

    skipExit?: boolean

    If true, prevents Commander from calling process.exit() and instead throws errors. Useful for testing but should be false in production.

    false
    
    version: string

    Program version