For all view, the ? key should display all the possible options available for the user.
e.g.
Shortlist for test_role loaded:
10 applicants found
r: Role a: Applicants
List of applicants for test_role:
1. Emma Jones
b: Boot message d: Applicant details
Please enter the applicant number:1
Details for Emma Jones:
CV Path: test_role/Emma_Jones_16743_Candidate_Pack.pdf
Scores: {}
q: Applicants b: Boot message o: Open PDF
Idea: the description of the function could be taken from the function's docstring, which is available at runtime with my_function.__doc__
For all view, the
?
key should display all the possible options available for the user.e.g.
Idea: the description of the function could be taken from the function's docstring, which is available at runtime with
my_function.__doc__