mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-30 20:37:20 +02:00
Commands - shell
- Migrated handleShell to CmdShell. - Note there is a segfault bug that will probably go away by itself when Context::parse is obsoleted.
This commit is contained in:
parent
4857269d12
commit
b075f1252c
9 changed files with 161 additions and 76 deletions
|
@ -131,10 +131,6 @@ int CmdHelp::execute (const std::string& command_line, std::string& output)
|
|||
view.set (row, 1, "task undo");
|
||||
view.set (row, 2, "Reverts the most recent action.");
|
||||
|
||||
row = view.addRow ();
|
||||
view.set (row, 1, "task shell");
|
||||
view.set (row, 2, "Launches an interactive shell.");
|
||||
|
||||
row = view.addRow ();
|
||||
view.set (row, 1, "task duplicate ID [tags] [attrs] [desc...]");
|
||||
view.set (row, 2, "Duplicates the specified task, and allows modifications.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue