The user guide instructs to input find-genre, and the expected output is:
//input
find-genre
//output
Available genres:
- Fiction
- Non-Fiction
- Mystery
- Science Fiction
- Fantasy
Enter the number for the desired genre:
when I type find-genre in the program, the current output is:
//input
find-genre
//output
Command requires more parameters than provided. Please try again or type: help
I think it will be better to ensure the instruction in the UG is correct.
The instruction in th UG:

The current output:

The user guide instructs to input find-genre, and the expected output is:
//input
find-genre
//output
Available genres:
Enter the number for the desired genre:
when I type find-genre in the program, the current output is:
//input
find-genre
//output
Command requires more parameters than provided. Please try again or type: help
I think it will be better to ensure the instruction in the UG is correct.
The instruction in th UG:
The current output: