mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Commands - add
- Migrated handleAdd to CmdAdd.
This commit is contained in:
parent
b0cbc7f757
commit
cb613c0691
12 changed files with 200 additions and 105 deletions
|
@ -88,10 +88,6 @@ int CmdHelp::execute (const std::string&, std::string& output)
|
|||
}
|
||||
|
||||
/*
|
||||
row = view.addRow ();
|
||||
view.set (row, 1, "task add [tags] [attrs] desc...");
|
||||
view.set (row, 2, "Adds a new task.");
|
||||
|
||||
row = view.addRow ();
|
||||
view.set (row, 1, "task log [tags] [attrs] desc...");
|
||||
view.set (row, 2, "Adds a new task that is already completed.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue