fixed InvestPL command

This commit is contained in:
Brian Long 2022-02-02 13:39:59 -05:00
parent 818abea4dc
commit 4b09675b38

View File

@ -28,7 +28,7 @@ public class CLI {
case "investdetail": case "investdetail":
InvestNormalizeCLI.main(subargs); InvestNormalizeCLI.main(subargs);
break; break;
case "investgl": case "investpl":
InvestGainsLossesCLI.main(subargs); InvestGainsLossesCLI.main(subargs);
break; break;
case "writer": case "writer":