Struct design_pattern_examples_rust::Options
source · pub(crate) struct Options {
pub(crate) exercise_names: Vec<String>,
}
Expand description
Represents the command line options provided to the program, if any.
Fields§
§exercise_names: Vec<String>
List of names of exercise to run. If this list is empty, run all exercises.