Gaunt Sloth Assistant
    Preparing search index...

    Interface CommandLineConfigOverrides

    interface CommandLineConfigOverrides {
        customConfigPath?: string;
        verbose?: boolean;
        writeOutputToFile?: boolean;
    }
    Index

    Properties

    customConfigPath?: string

    Custom config path

    verbose?: boolean

    Set LangChain/LangGraph to verbose mode, causing LangChain/LangGraph to log many details to the console. debugLog from config.ts may be a less intrusive option.

    writeOutputToFile?: boolean

    Should the output be written to md file. (e.g. gth_2025-07-26_22-59-06_REVIEW.md). Can be set to false with -wn or -w0