mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
Extensions: Added ::debug
This commit is contained in:
parent
25443a7d20
commit
dff7ba9065
2 changed files with 8 additions and 0 deletions
|
@ -35,12 +35,14 @@ class Extensions
|
|||
public:
|
||||
Extensions () = default;
|
||||
void initialize (const std::string&);
|
||||
void debug ();
|
||||
std::vector <std::string> all () const;
|
||||
int callExtension (const std::string&, const std::vector <std::string>&, std::vector <std::string>&) const;
|
||||
std::string dump () const;
|
||||
|
||||
private:
|
||||
std::vector <std::string> _scripts {};
|
||||
bool _debug {false};
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue