From 707a1f7c747a08e2ce77df88edc1e72eae9cbebc Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 14 Mar 2026 18:32:47 +0800 Subject: Add workspace commands and supporting types --- src/cmds/in/workspace_create.rs | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/cmds/in/workspace_create.rs (limited to 'src/cmds/in/workspace_create.rs') diff --git a/src/cmds/in/workspace_create.rs b/src/cmds/in/workspace_create.rs new file mode 100644 index 0000000..f4ae241 --- /dev/null +++ b/src/cmds/in/workspace_create.rs @@ -0,0 +1,5 @@ +use std::path::PathBuf; + +pub struct JVWorkspaceCreateInput { + pub path: PathBuf, +} -- cgit