From 3ec8fdbc2156e2a6d2b56e4c92488b1162956d46 Mon Sep 17 00:00:00 2001 From: Syping Date: Sat, 25 Oct 2025 02:58:58 +0200 Subject: [PATCH] remove unnecessary using --- Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Program.cs b/Program.cs index 31e8b6f..6599b3e 100644 --- a/Program.cs +++ b/Program.cs @@ -1,5 +1,4 @@ using System.CommandLine; -using System.CommandLine.Completions; using System.Text; namespace RagePhoto.Cli;