From 7d72630f75cfde403749efc7d1b66061abac547e Mon Sep 17 00:00:00 2001 From: Ollie Copping Date: Wed, 24 Jun 2026 12:19:29 +0000 Subject: [PATCH] Remove interspersed args for the main app They are allowed for the sub apps though --- src/techui_builder/__main__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/techui_builder/__main__.py b/src/techui_builder/__main__.py index 980e57cd..97a4fb4f 100644 --- a/src/techui_builder/__main__.py +++ b/src/techui_builder/__main__.py @@ -14,7 +14,6 @@ app = typer.Typer( pretty_exceptions_show_locals=False, - context_settings={"allow_interspersed_args": True}, help=""" A script for building Phoebus GUIs.