diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-02-26 16:31:04 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-02-26 16:31:04 +0800 |
| commit | 3c4699e2b82659da8517bea3d1cecfad6bb976a9 (patch) | |
| tree | 8b7ae7ef585f0091365ab3771d11776a85d1cb44 /src/cmds/arg | |
| parent | 9420a530e371747cd6df79a5f3bbbf814effe949 (diff) | |
Remove status command and workspace reader
Diffstat (limited to 'src/cmds/arg')
| -rw-r--r-- | src/cmds/arg/status.rs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/cmds/arg/status.rs b/src/cmds/arg/status.rs deleted file mode 100644 index fbfe5f5..0000000 --- a/src/cmds/arg/status.rs +++ /dev/null @@ -1,6 +0,0 @@ -use clap::Parser; - -#[derive(Parser, Debug)] -pub struct JVStatusArgument { - what: Option<String>, // status of what to query -} |
