Diagnostics: Added comments listing proposed additions

This commit is contained in:
Paul Beckingham 2015-06-03 22:32:05 -04:00
parent ef7a3c97de
commit 47d45bd793

View file

@ -44,12 +44,14 @@ int cmdDiagnostics (const std::vector <std::string>& args)
{
// TODO Version
// TODO Platform
// TODO pthreads
// TODO libreadline
// TODO TASKRC
// TODO TASKDATA
// TODO Task version
// Taskwarrior version + location
std::string path (getenv ("PATH"));
std::cout << "PATH " << path << "\n";
std::cout << "PATH " << path << "\n";
std::vector <std::string> paths;
split (paths, path, ':');