The cli part of the code just passes the process argument vector the the core part. The core part contains the actual functional parts of the code. This split is done to make testing easier.
The cli part of the code just passes the process argument vector the the core part. The core part contains the actual functional parts of the code. This split is done to make testing easier.