From b6735e778fbf9912c0b52fa83fc4fa986cea93c5 Mon Sep 17 00:00:00 2001 From: Brian Pugh Date: Fri, 3 Jan 2025 15:50:08 -0500 Subject: [PATCH] subkeys should not inherit their parents' env_var. --- cyclopts/argument.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cyclopts/argument.py b/cyclopts/argument.py index 85b1aaf..336229f 100644 --- a/cyclopts/argument.py +++ b/cyclopts/argument.py @@ -56,6 +56,7 @@ negative=None, accepts_keys=None, consume_multiple=None, + env_var=None, ) _SHOW_DEFAULT_BLOCKLIST = (