AY1920S1-CS2113T-F09-1 / main

Duke$$$ is a Command Line based Financial Tracker Assistant
0 stars 5 forks source link

Updates Parser to be more intuitive #83

Closed Mudaafi closed 5 years ago

Mudaafi commented 5 years ago

Resolves Issue #76

User inputs follow the following Structure: "CommandType PrimaryInput /flag1 flag1Details /flag2 flag2Details ..."

This PR streamlines Parser to 3 main methods: 1) parseForCommandType: CommandType 2) parseForPrimaryInput: String 3) parseForFlag: String (flagDetails)

Recently added Commands have been edited to make use of Parser's new functionality. Commands Updated: