mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
7981df85f3
Set(String()) should be an idempotent operation. This is a useful property which allows us to generate args while re-execing the same process. Setting `--flag-name=val.String()` should work. PiperOrigin-RevId: 552598313