From 45ba35408c92edab5c4cdebe4517aa0b9c881e7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <git@minelli.me> Date: Fri, 8 Mar 2024 14:45:23 +0100 Subject: [PATCH] CommanderApp => Fix bug: remove double call of parse function --- NodeApp/src/commander/CommanderApp.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/NodeApp/src/commander/CommanderApp.ts b/NodeApp/src/commander/CommanderApp.ts index 1b11785..d7ecd85 100644 --- a/NodeApp/src/commander/CommanderApp.ts +++ b/NodeApp/src/commander/CommanderApp.ts @@ -49,8 +49,6 @@ class CommanderApp { }); this.registerCommands(); - - this.program.parse(); } public parse() { -- GitLab