mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-03 14:44:40 +00:00
Merge pull request #186 from jonas-schulze/emptyline
Add empty line above epilog
This commit is contained in:
commit
878bd5edac
@ -1146,6 +1146,7 @@ public:
|
||||
}
|
||||
|
||||
if (!parser.m_epilog.empty()) {
|
||||
stream << '\n';
|
||||
stream << parser.m_epilog << "\n\n";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user