mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CLI2: Added note about path exclusion
This commit is contained in:
parent
4bdfde4aa4
commit
abaf326855
1 changed files with 3 additions and 0 deletions
|
@ -161,6 +161,9 @@ void A2::decompose ()
|
|||
{
|
||||
std::string raw = _attributes["raw"];
|
||||
|
||||
//if (Directory (raw).exists ())
|
||||
// return;
|
||||
|
||||
auto slash1 = raw.find ("/");
|
||||
auto slash2 = raw.find ("/", slash1 + 1);
|
||||
auto slash3 = raw.find ("/", slash2 + 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue