chore: add Y option for settings

This commit is contained in:
Jesús Pérex 2025-07-10 00:52:23 +01:00
parent d0cc92e6f8
commit 8fdb482896

View File

@ -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 {