diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-05-04 15:58:37 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-05-04 15:58:37 +0800 |
| commit | 2e9c78ce5997661a5668cc8bc0fd9d922c2320b8 (patch) | |
| tree | fc335e949cd3d0e4de651d3aebf057814f0aeb49 /src/cmds/arg | |
| parent | 027987c8bc497f93e7f1e3bc4b880f53b229fd04 (diff) | |
Add `--active` flag to workspace sheet commandmain
Diffstat (limited to 'src/cmds/arg')
| -rw-r--r-- | src/cmds/arg/workspace_sheet.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cmds/arg/workspace_sheet.rs b/src/cmds/arg/workspace_sheet.rs index 7cf65e4..7115c17 100644 --- a/src/cmds/arg/workspace_sheet.rs +++ b/src/cmds/arg/workspace_sheet.rs @@ -8,6 +8,9 @@ pub struct JVWorkspaceSheetArgument { pub name: Option<String>, + #[arg(short = 'a', long = "active")] + pub active: bool, + #[arg(short = 'n', long = "new")] pub new: bool, |
