CmdTimesheet: Add ability to specify if context should be used

This makes timesheet consistent with other report commands.
This commit is contained in:
Tomas Babej
2021-08-20 20:51:44 -04:00
parent ab29ef8326
commit 5309132add
2 changed files with 17 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ class CmdTimesheet : public Command
public:
CmdTimesheet ();
int execute (std::string&);
bool uses_context () const override;
};
#endif