mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
CLI2: Ctor/dtors enabled.
This commit is contained in:
parent
5602413acd
commit
96493db047
2 changed files with 4 additions and 2 deletions
|
@ -297,11 +297,12 @@ void CLI2::applyOverrides (int argc, const char** argv)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
CLI2::CLI2 ()
|
CLI2::CLI2 ()
|
||||||
|
/*
|
||||||
: _strict (false)
|
: _strict (false)
|
||||||
, _terminated (false)
|
, _terminated (false)
|
||||||
|
*/
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -310,6 +311,7 @@ CLI2::~CLI2 ()
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
void CLI2::alias (const std::string& name, const std::string& value)
|
void CLI2::alias (const std::string& name, const std::string& value)
|
||||||
{
|
{
|
||||||
|
|
|
@ -74,10 +74,10 @@ public:
|
||||||
static void getDataLocation (int, const char**, Path&);
|
static void getDataLocation (int, const char**, Path&);
|
||||||
static void applyOverrides (int, const char**);
|
static void applyOverrides (int, const char**);
|
||||||
|
|
||||||
/*
|
|
||||||
public:
|
public:
|
||||||
CLI2 ();
|
CLI2 ();
|
||||||
~CLI2 ();
|
~CLI2 ();
|
||||||
|
/*
|
||||||
void alias (const std::string&, const std::string&);
|
void alias (const std::string&, const std::string&);
|
||||||
void entity (const std::string&, const std::string&);
|
void entity (const std::string&, const std::string&);
|
||||||
void initialize (int, const char**);
|
void initialize (int, const char**);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue