mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Extensions: Added ::all
This commit is contained in:
parent
d4ac218729
commit
16999a4d50
2 changed files with 7 additions and 0 deletions
|
@ -35,6 +35,7 @@ class Extensions
|
|||
public:
|
||||
Extensions () = default;
|
||||
void initialize (const std::string&);
|
||||
std::vector <std::string> all () const;
|
||||
std::string dump () const;
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue