Update workspace_cmd.rs

This commit is contained in:
Isabella Tsaniia
2025-01-30 20:52:03 -05:00
committed by GitHub
parent 9b16b67fb0
commit 768f93755f

View File

@@ -11,7 +11,7 @@ use crate::workspaces::{self, Workspace};
#[derive(Debug, Parser)] #[derive(Debug, Parser)]
pub struct Args { pub struct Args {
/// Delete a workspaceb /// Delete a workspace
#[arg(long = "delete", group = "action")] #[arg(long = "delete", group = "action")]
delete: bool, delete: bool,
/// Show disk usage of workspace /// Show disk usage of workspace