diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-03-18 22:50:03 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-03-18 22:50:03 +0800 |
| commit | 74bc8902be593796eb6292151e08374072766e3e (patch) | |
| tree | f3de024bf06753649ff2a51587ee5e54a1c92435 /src/cmds/in/workspace_sheet.rs | |
| parent | 5372793a49567dcba7315bf8e7bc5a1cab2d5a76 (diff) | |
Add workspace sheet command with help and localization
Diffstat (limited to 'src/cmds/in/workspace_sheet.rs')
| -rw-r--r-- | src/cmds/in/workspace_sheet.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cmds/in/workspace_sheet.rs b/src/cmds/in/workspace_sheet.rs new file mode 100644 index 0000000..78159ac --- /dev/null +++ b/src/cmds/in/workspace_sheet.rs @@ -0,0 +1,6 @@ +pub enum JVWorkspaceSheetInput { + Add(String), + Delete(String), + ListAll, + PrintPath(String), +} |
