mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Context
- Added ::getLimits, copied from CmdCustom, for more general use.
This commit is contained in:
parent
fa58c24c66
commit
0cd56932a5
2 changed files with 27 additions and 0 deletions
|
@ -59,6 +59,7 @@ public:
|
|||
|
||||
const std::vector <std::string> getColumns () const;
|
||||
const std::vector <std::string> getCommands () const;
|
||||
void getLimits (int&, int&);
|
||||
|
||||
bool color (); // TTY or <other>?
|
||||
bool verbose (const std::string&); // Verbosity control
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue