Uniformed server side stdout prints and parseCLI#238
Merged
Conversation
This commit cleans up and uniforms the varius messge prints that the server performs during it's execution.
eddbf52 to
e80650d
Compare
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #238 +/- ##
==========================================
- Coverage 63.84% 63.43% -0.42%
==========================================
Files 77 79 +2
Lines 3214 3268 +54
Branches 1997 2008 +11
==========================================
+ Hits 2052 2073 +21
- Misses 381 398 +17
- Partials 781 797 +16 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
e4a515e to
15d092f
Compare
15d092f to
eed6199
Compare
db2376c to
8904bc6
Compare
GlassOfWhiskey
requested changes
May 18, 2026
Co-authored-by: Iacopo Colonnelli <iacopo.c92@gmail.com>
Co-authored-by: Iacopo Colonnelli <iacopo.c92@gmail.com>
Co-authored-by: Iacopo Colonnelli <iacopo.c92@gmail.com>
ac842a9 to
d2e1f93
Compare
d2e1f93 to
bd8cb2e
Compare
parseCLI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This commit cleans up and standardizes the various message prints that the server performs during its execution. It also updates the
parseCLImethod; instead of instantiating objects directly, it now populates a structure that is returned with the parsed parameters. This structure is then used to instantiate objects from the CAPIO server main function.