Update workspace_cmd.rs
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user