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

    Interface BaseRootOptionDefaultsScript

    Script entry shape used by baseRootOptionDefaults.

    interface BaseRootOptionDefaultsScript {
        cmd: string;
        shell: boolean;
    }
    Index

    Properties

    Properties

    cmd: string

    Command string to execute.

    shell: boolean

    Shell setting for the command.