mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-09 18:50:39 +02:00
CmdConfig: Code cleanup
This commit is contained in:
parent
bd1661c2b0
commit
8e6fd5d979
2 changed files with 26 additions and 23 deletions
|
@ -34,8 +34,8 @@ class CmdConfig : public Command
|
|||
{
|
||||
public:
|
||||
CmdConfig ();
|
||||
static bool setConfigVariable (std::string name, std::string value, bool confirmation = false);
|
||||
static int unsetConfigVariable (std::string name, bool confirmation = false);
|
||||
static bool setConfigVariable (const std::string&, const std::string&, bool confirmation = false);
|
||||
static int unsetConfigVariable (const std::string&, bool confirmation = false);
|
||||
int execute (std::string&);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue