Saw this in the Go CLI, which I would find useful having something similar for Hugo: ```bash GOFLAGS=-mod=vendor ```` E.g. ```bash HUGOFLAGS="-D --path-warnings" ```` Or something.