mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +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"];
|
std::string raw = _attributes["raw"];
|
||||||
|
|
||||||
|
//if (Directory (raw).exists ())
|
||||||
|
// return;
|
||||||
|
|
||||||
auto slash1 = raw.find ("/");
|
auto slash1 = raw.find ("/");
|
||||||
auto slash2 = raw.find ("/", slash1 + 1);
|
auto slash2 = raw.find ("/", slash1 + 1);
|
||||||
auto slash3 = raw.find ("/", slash2 + 1);
|
auto slash3 = raw.find ("/", slash2 + 1);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue