diff options
Diffstat (limited to 'src/cmds/arg/workspace_sheet.rs')
| -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, |
