Would you accept a PR, or be interested in introducing, an installation option for this brew so that you could specify an unattended installation via the standard install API, in addition to the environment variable currently supported?
brew install mssql-tools --accept-eula
Use case
A motivating use case is trying to install this brew via nix-darwin with a multi-user-installation[^1]. Any approach I can find to inject this environment variable seems to require a hack somewhere.
Hello maintainers!
Would you accept a PR, or be interested in introducing, an installation option for this brew so that you could specify an unattended installation via the standard install API, in addition to the environment variable currently supported?
Use case
A motivating use case is trying to install this brew via nix-darwin with a multi-user-installation[^1]. Any approach I can find to inject this environment variable seems to require a hack somewhere.
Adding an install option would play better with the standard homebrew API. As a nix-darwin user I could then leverage the normal generated Caskfile:
Thanks for your consideration and cheers for maintaining this brew. :)
[^1]: A multi-user installation involves farming the actual builds off to build processes that are running under non-login user accounts. See: https://nixos.org/manual/nix/stable/installation/multi-user.html