@mikeyt23/node-cli-utils
    Preparing search index...

    Interface CopyEnvOptions

    interface CopyEnvOptions {
        suppressAddKeysMessages: boolean;
        throwIfDestinationDirectoryMissing: boolean;
    }
    Index

    Properties

    suppressAddKeysMessages: boolean

    Defaults to false. If true, messages about adding missing keys will not be logged (useful if you're always calling copyModifiedEnv after this call).

    throwIfDestinationDirectoryMissing: boolean

    Defaults to false. If true, an error will be thrown if the destinationPath does not exist. If false, a message will be logged and no error will be thrown.