Represents the command line options provided to the program, if any. More...
Public Attributes | |
StringList | exercise_names |
List of names of exercise to run. If this list is empty, run all exercises. | |
Represents the command line options provided to the program, if any.
StringList exercise_names |
List of names of exercise to run. If this list is empty, run all exercises.
Definition at line 72 of file program.c.
Referenced by main(), and ParseOptions().