diff options
Diffstat (limited to 'src/cmds/in')
| -rw-r--r-- | src/cmds/in/workspace_create.rs | 5 |
1 files changed, 5 insertions, 0 deletions
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, +} |
