We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fd73be commit fc241c1Copy full SHA for fc241c1
1 file changed
cli/src/commands/create.rs
@@ -395,6 +395,7 @@ pub async fn run(args: CreateArgs) -> Result<()> {
395
fs_path: f.fs_path,
396
box_path: f.box_path,
397
config: f.config,
398
+ attrs: Default::default(),
399
})
400
.collect();
401
0 commit comments