@tool extends Node func _ready() -> void: print("HELLO FROM VALIDATOR") print("Args: ", OS.get_cmdline_user_args()) get_tree().quit(0)