aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/tools/process-wrapper-options.cc
Commit message (Collapse)AuthorAge
* Delete unused function in process-wrapper-options.ccGravatar Benjamin Peterson2017-07-18
| | | | | Change-Id: Idbbf4662b96508c40c6f530ce5609faa079f0976 PiperOrigin-RevId: 162218592
* Use getopt to parse process-wrapper's command-line.Gravatar philwo2017-06-22
This will allow us to add new and optional flags like selecting a strategy used to spawn / wait for the child process. No one except Bazel should be calling "process-wrapper" and I couldn't find any references, so this breaking change should be fine. PiperOrigin-RevId: 159685867