This commit is contained in:
ackimixs
2024-05-22 13:06:54 +02:00
parent 581b90b035
commit 7fa6740893
3 changed files with 61 additions and 43 deletions

View File

@@ -13,7 +13,7 @@ int main(int argc, char* argv[]) {
std::cout << "Port : " << port << std::endl;
auto test = parser.getOption<unsigned long long>("long");
auto test = parser.getOption<long>("long");
if (test.has_value()) {
std::cout << test.value() << std::endl;