Commit f88de010 authored by Justin Bogner's avatar Justin Bogner
Browse files

[Option] Avoid excessive newlines when printing Arg and Option

Arg::print calls Option::print and Option::print calls itself
recursively. Add a flag so we can avoid seemingly random breaks in the
print output of an argument list.

No tests since this only affects debug output.
parent 9ef6cffb
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment