From c83f4579680d9110ac3fc2920dfe03f489d87865 Mon Sep 17 00:00:00 2001 From: Djeeberjr Date: Wed, 2 Aug 2023 16:31:40 +0200 Subject: [PATCH] clipAppBase run final --- src/lib/CLIAppBase.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/CLIAppBase.hx b/src/lib/CLIAppBase.hx index 97ebba1..500cf4f 100644 --- a/src/lib/CLIAppBase.hx +++ b/src/lib/CLIAppBase.hx @@ -12,7 +12,7 @@ abstract class CLIAppBase implements Process { private final _subcommandsAsync:Map) -> Future> = []; private final _subcommandsSynopsis:Array = []; - public function run(handle:ProcessHandle) { + public final function run(handle:ProcessHandle) { this.handle = handle; var subcommand = handle.args[0];