- Implemented the ability to iterate over installed Command objects,
  to augment the '_commands' command.
- Renamed verbosity tokens, to de-pluralize them.
This commit is contained in:
Paul Beckingham
2011-05-14 15:45:52 -04:00
parent 14bea5e1b4
commit 902ed48243
8 changed files with 49 additions and 52 deletions

View File

@@ -269,7 +269,7 @@ int handleCustomReport (const std::string& report, std::string& outs)
// Adjust for fluff in the output.
if (maxlines)
maxlines -= (context.verbose ("blanklines") ? 1 : 0)
maxlines -= (context.verbose ("blank") ? 1 : 0)
+ table_header
+ context.headers.size ()
+ context.footnotes.size ();