chore: add Y option for settings
This commit is contained in:
parent
d0cc92e6f8
commit
8fdb482896
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ impl SimplePluginCommand for KclRun {
|
||||||
"Variables to define (key=value)",
|
"Variables to define (key=value)",
|
||||||
Some('D'),
|
Some('D'),
|
||||||
)
|
)
|
||||||
|
.named("setting", SyntaxShape::String, "setting files", Some('Y'))
|
||||||
.category(Category::Experimental)
|
.category(Category::Experimental)
|
||||||
}
|
}
|
||||||
fn description(&self) -> &str {
|
fn description(&self) -> &str {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue