mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-30 20:37:20 +02:00
Commands - modify
- Migrated handleModify to CmdModify.
This commit is contained in:
parent
510ce650a6
commit
a2da93b681
8 changed files with 240 additions and 168 deletions
|
@ -88,10 +88,6 @@ int CmdHelp::execute (const std::string&, std::string& output)
|
|||
}
|
||||
|
||||
/*
|
||||
row = view.addRow ();
|
||||
view.set (row, 1, "task ID [tags] [attrs] [desc...]");
|
||||
view.set (row, 2, "Modifies the existing task with provided arguments.");
|
||||
|
||||
row = view.addRow ();
|
||||
view.set (row, 1, "task ID /from/to/g");
|
||||
view.set (row, 2, "Performs substitution on the task description and "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue