Skip to content

Commit

Permalink
Merge pull request #208 from 3m0W33D/branch-DG-fix
Browse files Browse the repository at this point in the history
Minor update to Command description
  • Loading branch information
3m0W33D authored Nov 7, 2021
2 parents cc8d5bb + e1bdbbc commit fa9fab9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,7 @@ The `CommandParser` implements the following functionality:
The Command Component `Command` class, `CommandResult` class and multiple `XYZCommand`
each representing a specific type of command. Each `Command` will `parseArguments` and set them
to private variables, and then `execute` would run specific operation specified by `XYZCommand`.
The `Command` would then modify the required changes in `ModuleManager` and
store the resulting output message in `CommandResult`.
The `Command` would then store the required changes needed to be made in the `Storage` component and the resulting output message in `CommandResult`.

The `CommandResult` will contains certain attributes that will indicate certain operations:
- Contains a `message` to be printed as the output for the `Command`.
Expand Down

0 comments on commit fa9fab9

Please sign in to comment.