mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-03 22:54:39 +00:00
Add empty line above epilog
This commit is contained in:
parent
f0e20fafdc
commit
ae5de262d2
@ -1146,6 +1146,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!parser.m_epilog.empty()) {
|
if (!parser.m_epilog.empty()) {
|
||||||
|
stream << '\n';
|
||||||
stream << parser.m_epilog << "\n\n";
|
stream << parser.m_epilog << "\n\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user