aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/commands/diagnose.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/diagnose.rs')
-rw-r--r--src/commands/diagnose.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/commands/diagnose.rs b/src/commands/diagnose.rs
deleted file mode 100644
index 5a77ba5..0000000
--- a/src/commands/diagnose.rs
+++ /dev/null
@@ -1,8 +0,0 @@
-use clap::Args;
-
-#[derive(Args)]
-pub struct DiagnoseArgs {}
-
-pub fn execute(_args: &DiagnoseArgs) {
- todo!()
-}