mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-10 04:00:37 +02:00
Feature #1124
- Added '_show' command to generate a machine-readable configuration settings list for use by third-party software (thanks to Jake Bell).
This commit is contained in:
parent
973e0ed56b
commit
92c3f0862d
8 changed files with 49 additions and 1 deletions
|
@ -39,5 +39,12 @@ public:
|
|||
int execute (std::string&);
|
||||
};
|
||||
|
||||
class CmdShowRaw : public Command
|
||||
{
|
||||
public:
|
||||
CmdShowRaw ();
|
||||
int execute (std::string&);
|
||||
};
|
||||
|
||||
#endif
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue