x/lib: 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: 1/3
Change-Id: I33d69ecc9e213924f186eeca48c546043a625af3
3 files changed