f1nal3 / Juniorgram

A C++ messenger for learning purposes in EPAM Brest C++ R&D Lab
14 stars 1 forks source link

Improving ArgParser.hpp #651

Closed memorisecodead closed 1 year ago

memorisecodead commented 1 year ago

Fixed an overflow problem, as well as an intuitiveness correction in the use of parser arguments. The argparse library has been updated to version 2.9.

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

ivanboika commented 1 year ago

Also, I want to clearify one single moment. I've seen a couple of default params in arg parser and as I understand it, we can run our server by default without typing any of params. Am I right?

memorisecodead commented 1 year ago

Also, I want to clearify one single moment. I've seen a couple of default params in arg parser and as I understand it, we can run our server by default without typing any of params. Am I right?

Sure