mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
init: Dispatches to CmdCancel
This commit is contained in:
parent
1522af15e6
commit
14677ab5ef
1 changed files with 2 additions and 1 deletions
|
@ -221,7 +221,8 @@ int dispatchCommand (
|
||||||
{
|
{
|
||||||
// These signatures are æxpected to be all different, therefore no
|
// These signatures are æxpected to be all different, therefore no
|
||||||
// command to fn mapping.
|
// command to fn mapping.
|
||||||
if (command == "clear") status = CmdClear ( );
|
if (command == "cancel") status = CmdCancel ( rules, database );
|
||||||
|
else if (command == "clear") status = CmdClear ( );
|
||||||
else if (command == "config") status = CmdConfig ( );
|
else if (command == "config") status = CmdConfig ( );
|
||||||
else if (command == "continue") status = CmdContinue ( rules, database );
|
else if (command == "continue") status = CmdContinue ( rules, database );
|
||||||
else if (command == "diagnostics") status = CmdDiagnostics ( rules, database, extensions);
|
else if (command == "diagnostics") status = CmdDiagnostics ( rules, database, extensions);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue