https://github.com/mvdan/responsefile
Support for response files in Go, to bypass argument length limits
https://github.com/mvdan/responsefile
Last synced: 9 months ago
JSON representation
Support for response files in Go, to bypass argument length limits
- Host: GitHub
- URL: https://github.com/mvdan/responsefile
- Owner: mvdan
- License: bsd-3-clause
- Created: 2023-04-09T18:43:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-13T11:17:34.000Z (about 1 year ago)
- Last Synced: 2025-03-24T07:39:29.938Z (10 months ago)
- Language: Go
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# responsefile
[](https://pkg.go.dev/mvdan.cc/responsefile)
A tiny library to support response files,
newline-separated plaintext files which hold lists of arguments.
Response files are commonly used on systems with low argument length limits,
such as Windows.
Supported by [GCC](https://gcc.gnu.org/wiki/Response_Files),
[Windows](https://learn.microsoft.com/en-us/windows/win32/midl/response-files),
the Go toolchain, and many others.