mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Rules: ::all now matches keys against a stem
This commit is contained in:
parent
f65ec8c16a
commit
5a8c3e11ae
2 changed files with 6 additions and 4 deletions
|
@ -49,7 +49,7 @@ public:
|
|||
void set (const std::string&, const double);
|
||||
void set (const std::string&, const std::string&);
|
||||
|
||||
std::vector <std::string> all () const;
|
||||
std::vector <std::string> all (const std::string& stem = "") const;
|
||||
|
||||
std::string dump () const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue