@karmaniverous/get-dotenv
    Preparing search index...

    Interface BatchPluginOptions

    Options provided to the batch plugin factory.

    interface BatchPluginOptions {
        scripts?: ScriptsTable;
        shell?: string | boolean;
    }
    Index

    Properties

    Properties

    scripts?: ScriptsTable

    Scripts table used to resolve command names and optional per-script shell overrides.

    shell?: string | boolean

    Global shell preference for batch execution; overridden by per-script shell when present.