mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-04 15:14:39 +00:00
Kind error message
This commit is contained in:
parent
8727c132fc
commit
971f687a17
@ -960,7 +960,7 @@ public:
|
|||||||
return *(tIterator->second);
|
return *(tIterator->second);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
throw std::logic_error("No such argument");
|
throw std::logic_error("No such argument: " + std::string(aArgumentName));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Print help message
|
// Print help message
|
||||||
|
Loading…
Reference in New Issue
Block a user