This is a simple user guide.
##Acknowledgements
Gui Inspired by https://github.com/sc-arecrow/ip.
/help : generates a list of commands with correct formatting for new user.
todo description : adds a todo task to the list with description.
Example : todo something
deadline name /by yyyy-m-dd : adds a deadline task to the list with given format.
Example : deadline Project2 /by 2012-1-23
event name /at yyyy-m-dd : adds an event task to the list with given format.
Example : event Project2 /at 2012-1-23
delete index : deletes a task in the list at the given index.
Example : delete 2
list : generates a list of tasks, if it exists.
Example : list
find keyword : generates a list of tasks with given keyword as filter.
Example : find cs2103
