-
-
Notifications
You must be signed in to change notification settings - Fork 0
Internal Structure
Iuga Alexandru edited this page May 16, 2023
·
2 revisions
Commando is a framework developed with the purpose of easily parsing and executing commands in a console application.
For processing a text command, the following steps are performed:
-
Parse the text command.
-
Instantiate the correct
ICommandclass.- Populate all the parameters of the
ICommandinstance with values from the text command.
- Populate all the parameters of the
-
Execute the
ICommand.
To handle the request as stated previously, the following internal components and models are created:
