[size=0.85]Initialize CommandLine::Settings fields using default member initializers
[size=0.8]This makes it easier to verify that the fields within this struct areinitialized and ensures that the struct user doesn't have to manuallyinitialize some of the fields.