Closed AjeyAshok closed 5 years ago
1) Made changes to the description to all the commands so that they include the FORMAT for the user's easy access.
2) Added try-catch block to the CommandHelp class so as to catch the exceptions thrown due to the mistyping of commands by the user.
3) Added function to list out all the commands in the help section in alphabetical order.
Do comment on things that could be optimized or added on to these changes.
Thank you priyan for the good suggestions. I have altered the code according to them.
1) Made changes to the description to all the commands so that they include the FORMAT for the user's easy access.
2) Added try-catch block to the CommandHelp class so as to catch the exceptions thrown due to the mistyping of commands by the user.
3) Added function to list out all the commands in the help section in alphabetical order.
Do comment on things that could be optimized or added on to these changes.