From 6856bbd551eb3ce164386eff1e6c9080479286a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Sch=C3=B6chlin?= Date: Sat, 30 Nov 2024 13:59:04 +0100 Subject: [PATCH] refactor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marc Schöchlin --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 9350ecc..d7c22b7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -15,7 +15,6 @@ use crate::utils::{dump_recipes, output_str, OutputType}; use std::env; use std::io; - fn shell_completions(){ if let Some(shell) = env::args().nth(1) { if shell == "generate-completions" {