mirror of
https://github.com/modelec/cpp-lib.git
synced 2026-01-19 00:27:22 +01:00
update
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user