cs2103aug2014-w10-4j / main

ChirpTask
3 stars 1 forks source link

Display the available commands when no valid command type is recognised. Also when program first runs. #103

Closed newbishme closed 9 years ago

newbishme commented 9 years ago

When the user open the program, update status bar to list all the available commands.

When the user input unrecognised input, update status bar to Error + Valid commands < list all the available commands. >

Example: User input: "hello world" Status bar: "Error! Valid commands: add addt addd ... ... ..."

pyonghe commented 9 years ago

Issue resolve in 528d968