mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CLI2: Added ::unTag
This commit is contained in:
parent
eca0e35451
commit
c235b63572
2 changed files with 2 additions and 2 deletions
|
@ -98,7 +98,6 @@ void A2::tag (const std::string& tag)
|
|||
_tags.push_back (tag);
|
||||
}
|
||||
|
||||
/*
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void A2::unTag (const std::string& tag)
|
||||
{
|
||||
|
@ -112,6 +111,7 @@ void A2::unTag (const std::string& tag)
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void A2::unTagAll ()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue