Add an includes-validation to the global and tool options during both writing and reading, which was the crux of the issue (parts of the system disagreed about what various options were called).
Then update the ArgParser and Config::Parser to produce the expected option names (the selected option names were those already expected by the Builder).
Add an includes-validation to the global and tool options during both writing and reading, which was the crux of the issue (parts of the system disagreed about what various options were called).
Then update the ArgParser and Config::Parser to produce the expected option names (the selected option names were those already expected by the Builder).
Resolves #88