mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 13:23:08 +02:00
CLI
- Removed reset of _program on ::add, which never gets restored.
This commit is contained in:
parent
d6e11761a6
commit
f353e1f3d5
1 changed files with 1 additions and 1 deletions
|
@ -96,10 +96,10 @@ void CLI::initialize (int argc, const char** argv)
|
|||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Capture a single argument, and recalc everything.
|
||||
void CLI::add (const std::string& arg)
|
||||
{
|
||||
// Clean what needs to be cleaned. Most in this case.
|
||||
_program = "";
|
||||
_args.clear ();
|
||||
_rc = "";
|
||||
_overrides.clear ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue