aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/main.rs b/src/main.rs
deleted file mode 100644
index 289d047..0000000
--- a/src/main.rs
+++ /dev/null
@@ -1,7 +0,0 @@
-use clap::Parser;
-use mozart::commands;
-
-fn main() {
- let cli = commands::Cli::parse();
- commands::execute(&cli.command);
-}