mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 13:37:20 +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 ()
|
||||
/*
|
||||
: _strict (false)
|
||||
, _terminated (false)
|
||||
*/
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -310,6 +311,7 @@ CLI2::~CLI2 ()
|
|||
{
|
||||
}
|
||||
|
||||
/*
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
void CLI2::alias (const std::string& name, const std::string& value)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue