From 8fdb48289653fb2652ce28802a8173c9a07ad0a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rex?= Date: Thu, 10 Jul 2025 00:52:23 +0100 Subject: [PATCH] chore: add Y option for settings --- src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.rs b/src/main.rs index 045d0d2..d3dde51 100644 --- a/src/main.rs +++ b/src/main.rs @@ -69,6 +69,7 @@ impl SimplePluginCommand for KclRun { "Variables to define (key=value)", Some('D'), ) + .named("setting", SyntaxShape::String, "setting files", Some('Y')) .category(Category::Experimental) } fn description(&self) -> &str {