mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +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);
|
_tags.push_back (tag);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
void A2::unTag (const std::string& tag)
|
void A2::unTag (const std::string& tag)
|
||||||
{
|
{
|
||||||
|
@ -112,6 +111,7 @@ void A2::unTag (const std::string& tag)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
void A2::unTagAll ()
|
void A2::unTagAll ()
|
||||||
{
|
{
|
||||||
|
|
|
@ -43,8 +43,8 @@ public:
|
||||||
A2& operator= (const A2&);
|
A2& operator= (const A2&);
|
||||||
bool hasTag (const std::string&) const;
|
bool hasTag (const std::string&) const;
|
||||||
void tag (const std::string&);
|
void tag (const std::string&);
|
||||||
/*
|
|
||||||
void unTag (const std::string&);
|
void unTag (const std::string&);
|
||||||
|
/*
|
||||||
void unTagAll ();
|
void unTagAll ();
|
||||||
*/
|
*/
|
||||||
void attribute (const std::string&, const std::string&);
|
void attribute (const std::string&, const std::string&);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue