mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
init: Propagated args to CmdStop
This commit is contained in:
parent
3c6a68de53
commit
a38c607f61
3 changed files with 3 additions and 2 deletions
|
@ -203,7 +203,7 @@ int dispatchCommand (
|
|||
else if (closeEnough (allCommands[10], args[1], 2)) status = CmdLog (args, log);
|
||||
else if (closeEnough (allCommands[11], args[1], 2)) status = CmdReport ( );
|
||||
else if (closeEnough (allCommands[12], args[1], 2)) status = CmdStart (args, database, log);
|
||||
else if (closeEnough (allCommands[13], args[1], 2)) status = CmdStop ( database, log);
|
||||
else if (closeEnough (allCommands[13], args[1], 2)) status = CmdStop (args, database, log);
|
||||
else if (closeEnough (allCommands[14], args[1], 2)) status = CmdTags ( database, log);
|
||||
else if (closeEnough (allCommands[15], args[1], 2)) status = CmdTrack ( );
|
||||
else if (closeEnough (allCommands[16], args[1], 2)) status = CmdUndo ( );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue