-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
As the Command Result/Guidance Section is too small, it hinders readability.
For example, if the user were to input /add to obtain guidance for the add command, the resulting guidance is as follows:
Invalid command format!
/add: Adds an employee to the PayBack system.
Format:
• /add NAME; PHONE; EMAIL; ADDRESS; YEAR_JOINED[; TAG]...
• /add :name NAME :phone PHONE :email EMAIL :address ADDRESS :year YEAR_JOINED [:tag TAG]...
Examples:
• /add John Doe; 98765432; johnd@example.com; Street A; 2024; Software Developer
• /add :name John Doe :phone 98765432 :email johnd@example.com :address Street A :year 2024 :tag Software Developer
However, due to the small window size, it significantly affects the reading experience, requiring the user to use their mouse to drag the scroll bars to read even one line of the instruction.
Reactions are currently unavailable
