Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Schöchlin <[email protected]>
  • Loading branch information
scoopex committed Nov 30, 2024
1 parent c30df10 commit 6856bbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 6856bbd

Please sign in to comment.