@karmaniverous/get-dotenv
    Preparing search index...
    GetDotenvCliOptions: z.core.output<typeof getDotenvCliOptionsSchemaResolved> & {
        logger: Logger;
        scripts?: Scripts;
    }

    Canonical CLI options type derived from the Zod schema output. Includes CLI-only flags (debug/strict/capture/trace/redaction/entropy), stringly paths/vars, and inherited programmatic fields (minus normalized shapes that are handled by resolution).

    Type Declaration

    • logger: Logger

      Compile-only overlay for DX: logger narrowed from unknown.

    • Optionalscripts?: Scripts

      Compile-only overlay for DX: scripts narrowed from Record<string, unknown>.