init: Propagated rules to CmdExtension

This commit is contained in:
Paul Beckingham 2016-03-20 09:19:56 -04:00
parent b0cdff9e05
commit 83245c03e2
3 changed files with 4 additions and 3 deletions

View file

@ -198,7 +198,7 @@ int dispatchCommand (
else if (closeEnough (allCommands[3], args[1], 2)) status = CmdDefine (rules);
else if (closeEnough (allCommands[4], args[1], 2)) status = CmdDiagnostics (database, log);
else if (closeEnough (allCommands[5], args[1], 2)) status = CmdExport ();
else if (closeEnough (allCommands[6], args[1], 2)) status = CmdExtension (extensions);
else if (closeEnough (allCommands[6], args[1], 2)) status = CmdExtension (rules, extensions);
else if (closeEnough (allCommands[7], args[1], 2)) status = CmdGaps ();
else if (closeEnough (allCommands[8], args[1], 2)) status = CmdHelp (args, log);
else if (closeEnough (allCommands[9], args[1], 2)) status = CmdImport ();