mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-29 17:07:19 +02:00
Parser
- ::getCommand should return the canonical form of the command, not the raw input.
This commit is contained in:
parent
e2aacb87f9
commit
904c42fcbe
2 changed files with 3 additions and 4 deletions
|
@ -385,7 +385,6 @@ int Context::dispatch (std::string &out)
|
|||
if (command != "")
|
||||
{
|
||||
updateXtermTitle ();
|
||||
|
||||
updateVerbosity ();
|
||||
|
||||
Command* c = commands[command];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue