Closed Mudaafi closed 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:
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: