mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Code Cleanup
- Eliminated obsolete Arguments.h, Arguments.cpp.
This commit is contained in:
parent
ab8a6d9e88
commit
0c08b29e48
24 changed files with 74 additions and 1976 deletions
|
@ -56,7 +56,7 @@ int CmdLog::execute (std::string& output)
|
|||
task.set ("uuid", uuid ());
|
||||
|
||||
// Apply the command line modifications to the new task.
|
||||
Arguments modifications = context.args.extract_modifications ();
|
||||
A3 modifications = context.a3.extract_modifications ();
|
||||
modify_task_description_replace (task, modifications);
|
||||
apply_defaults (task);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue