mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
CLI
- Renamed unsweetenAtts to unsweetenAttributes, unsweetenAttMods to unsweetenAttributeModifiers.
This commit is contained in:
parent
0603711aac
commit
932865d3b5
2 changed files with 6 additions and 6 deletions
|
@ -77,8 +77,8 @@ private:
|
|||
bool exactMatch (const std::string&, const std::string&) const;
|
||||
bool canonicalize (std::string&, const std::string&, const std::string&) const;
|
||||
void unsweetenTags ();
|
||||
void unsweetenAtts ();
|
||||
void unsweetenAttMods ();
|
||||
void unsweetenAttributes ();
|
||||
void unsweetenAttributeModifiers ();
|
||||
void dump (const std::string&) const;
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue