Skip to content

Commit

Permalink
Minor update to Command description
Browse files Browse the repository at this point in the history
  • Loading branch information
3m0W33D committed Nov 7, 2021
1 parent f8f4b63 commit 8179655
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 @@ -241,8 +241,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 `ModuleManager` 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 8179655

Please sign in to comment.