ibex.cli.parse_arguments¶ ibex.cli.parse_arguments()¶ Parse command-line arguments. Returns: (api_host, api_port) api_host (str): Host address provided by the user. 127.0.0.1 otherwise. api_port (int): The port provided by the user. 0 otherwise. Return type: tuple