mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Helper Command
- Implemented _columns to simply list all supported columns, in a machine-readable format.
This commit is contained in:
parent
27a04b29f5
commit
05a53778ea
4 changed files with 39 additions and 1 deletions
|
@ -38,5 +38,12 @@ public:
|
|||
int execute (std::string&);
|
||||
};
|
||||
|
||||
class CmdCompletionColumns : public Command
|
||||
{
|
||||
public:
|
||||
CmdCompletionColumns ();
|
||||
int execute (std::string&);
|
||||
};
|
||||
|
||||
#endif
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue