Loft uses kw arguments (#4757)

Part of #4600
This commit is contained in:
Adam Chalmers
2024-12-13 13:07:52 -06:00
committed by GitHub
parent 10cc5bce59
commit 05ed2a3367
27 changed files with 4123 additions and 168 deletions

View File

@ -130,6 +130,7 @@ impl crate::docs::StdLibFn for MyFunc {
schema: generator.root_schema_for::<Option<kittycad::types::InputFormat>>(),
required: false,
label_required: true,
description: String::new().to_string(),
}]
}
@ -144,6 +145,7 @@ impl crate::docs::StdLibFn for MyFunc {
schema,
required: true,
label_required: true,
description: String::new(),
})
}