mirror of
https://github.com/GothenburgBitFactory/taskshell.git
synced 2025-06-26 10:54:29 +02:00
Diagnostics: Added comments listing proposed additions
This commit is contained in:
parent
ef7a3c97de
commit
47d45bd793
1 changed files with 4 additions and 2 deletions
|
@ -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, ':');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue