mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CLI
- Modifier entities are now available early, so use them to identify attmods.
This commit is contained in:
parent
d5e732b47d
commit
975b20a517
1 changed files with 0 additions and 4 deletions
|
@ -1996,12 +1996,8 @@ bool CLI::isAttribute (const std::string& raw) const
|
|||
if (mod[0] == '~')
|
||||
mod = mod.substr (1);
|
||||
|
||||
/*
|
||||
TODO Entities are not loaded yet. Hmm.
|
||||
|
||||
if (! canonicalize (mod, "modifier", mod))
|
||||
return false;
|
||||
*/
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue