From 1f57610005d824183f351e80b25e3073f70f39a4 Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Fri, 12 Feb 2021 10:24:23 -0500 Subject: [PATCH] monkey_island.py: Add TODO to refactor argument handling --- monkey/monkey_island.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/monkey/monkey_island.py b/monkey/monkey_island.py index ec0545433..837f6f714 100644 --- a/monkey/monkey_island.py +++ b/monkey/monkey_island.py @@ -44,6 +44,8 @@ def parse_cli_args(): if "__main__" == __name__: + # TODO: Address https://github.com/guardicore/monkey/pull/963#discussion_r575022748 + # before merging appimage PR (is_setup_only, server_config, logger_config) = parse_cli_args() # This is here in order to catch EVERYTHING, some functions are being called on