mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
TW-72
- TW-72 extend info report with urgency column
This commit is contained in:
parent
a1ba10d820
commit
55b5149be0
5 changed files with 99 additions and 13 deletions
|
@ -35,6 +35,9 @@ class CmdInfo : public Command
|
|||
public:
|
||||
CmdInfo ();
|
||||
int execute (std::string&);
|
||||
|
||||
private:
|
||||
std::string urgencyTerm (const std::string&, float, float) const;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue