BaseOptions

This describes the basic, ie. non-command-specific, options of dentist.

struct BaseOptions {
OptionFlag version_;
DentistCommand command;
string commandOptions;
}

Meta