Commands - info
- Migrated 'info' command to CmdInfo. - Renamed 'info' command to 'information'.
This commit is contained in:
@@ -134,10 +134,6 @@ int CmdHelp::execute (const std::string& command_line, std::string& output)
|
||||
view.set (row, 1, "task delete ID");
|
||||
view.set (row, 2, "Deletes the specified task.");
|
||||
|
||||
row = view.addRow ();
|
||||
view.set (row, 1, "task info ID");
|
||||
view.set (row, 2, "Shows all data, metadata for specified task.");
|
||||
|
||||
row = view.addRow ();
|
||||
view.set (row, 1, "task start ID");
|
||||
view.set (row, 2, "Marks specified task as started.");
|
||||
|
||||
Reference in New Issue
Block a user