commit | 849657fadeec5b6113aa6e6b25c7d52c7dfd8327 | [log] [tgz] |
---|---|---|
author | Todd Wang <toddw@google.com> | Thu Apr 09 15:24:20 2015 -0700 |
committer | Todd Wang <toddw@google.com> | Thu Apr 09 15:24:28 2015 -0700 |
tree | 4c9ba91b45cc482d139f5ea57ffdce89f6cb292e | |
parent | 4bbe8ed293fe7a3c7ecd83c8be9ab7f43211f39f [diff] |
x/ref: Remove flag support from cmdline. We originally added flag support to handle overriding the default value of the flag when generating godoc. E.g. we wanted ${HOME}/foo to show up in godoc, but /usr/home/toddw/foo to show up regularly. The new mechanism is to perform lookups on the FlagSet and override the DefValue directly, which is a simpler mechanism. MultiPart: 3/3 Change-Id: I7e54832f2f41d7f91e6b7604a6120d79f7c464ab