pub(crate) fn help(exercise_list: &Vec<Exercise>)
Expand description

Helper function to show usage information for this program.

Parameters

  • exercises

    List of Exercise objects to display if help is needed.