Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use a copy of root flagset in
HandleGlobalFlags
This makes things more idempotent, rather than relying on undoing the interspersed settings. Note that the underlying `Flag`s remain shared, it's just the `FlagSet` which is duplicated. Signed-off-by: Ian Campbell <[email protected]>
- Loading branch information