mirror of
https://github.com/KeqingMoe/argparse.git
synced 2025-07-04 15:14:39 +00:00
add extra space to match python formatting
This commit is contained in:
parent
7ef0de410b
commit
c521ebeaf8
@ -870,12 +870,10 @@ public:
|
|||||||
for (const auto &argument : parser.mPositionalArguments) {
|
for (const auto &argument : parser.mPositionalArguments) {
|
||||||
stream << argument.mNames.front() << " ";
|
stream << argument.mNames.front() << " ";
|
||||||
}
|
}
|
||||||
stream << "\n";
|
stream << "\n\n";
|
||||||
|
|
||||||
if(!parser.mDescription.empty())
|
if(!parser.mDescription.empty())
|
||||||
stream << parser.mDescription << "\n";
|
stream << parser.mDescription << "\n\n";
|
||||||
|
|
||||||
stream << "\n";
|
|
||||||
|
|
||||||
if (!parser.mPositionalArguments.empty())
|
if (!parser.mPositionalArguments.empty())
|
||||||
stream << "Positional arguments:\n";
|
stream << "Positional arguments:\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user