envjoy - v0.1.0
    Preparing search index...

    Interface ApplyMissingResult

    interface ApplyMissingResult {
        added: string[];
        content: string;
    }
    Index
    added: string[]

    Keys that were appended.

    content: string

    The new env-file content with missing keys appended.