summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs
index 4de9e55..bc019c8 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -78,7 +78,6 @@ struct RemoteInstallArgs {
#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
-
let cli: Cli = Cli::parse();
match &cli.command {
@@ -211,7 +210,6 @@ async fn main() -> Result<(), Box<dyn std::error::Error>> {
pkg.install()?;
println!("Package '{}' installed successfully.", pkg.name);
} else {
-
let config = Config::parse().unwrap();
if args.http {
println!("Installing {} via HTTP", pkgname);