Enhancement

- Added indentTree function that will provide the basis for a new 'projects'
  command, and potentially more.  Includes unit tests.  Based on a patch from
  Ralph Bean.
This commit is contained in:
Paul Beckingham 2011-12-27 15:32:51 -05:00
parent fb842cd5f5
commit 0001457612
5 changed files with 72 additions and 15 deletions

View file

@ -74,5 +74,10 @@ const std::string decode (const std::string&);
const std::string escape (const std::string&, char);
const std::vector<std::string> indentTree (
const std::vector<std::string>&,
const std::string& whitespace = " ",
char delimiter='.');
#endif
////////////////////////////////////////////////////////////////////////////////