mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-25 22:15:39 +02:00
Option objects now enforce min/ max args generically
This commit is contained in:
@@ -152,7 +152,7 @@ namespace Catch {
|
||||
OptionParser& opt = **it;
|
||||
os << " " << opt.optionNames() << " " << opt.argsSynopsis() << "\n";
|
||||
}
|
||||
os << "For more detail usage please see: https://github.com/philsquared/Catch/wiki/Command-line" << std::endl;
|
||||
os << "\nFor more detail usage please see: https://github.com/philsquared/Catch/wiki/Command-line\n" << std::endl;
|
||||
}
|
||||
inline void showHelp( std::string exeName ) {
|
||||
std::string::size_type pos = exeName.find_last_of( "/\\" );
|
||||
|
Reference in New Issue
Block a user