From b70731e633d0015112546bf0eed89016c384fe11 Mon Sep 17 00:00:00 2001 From: Syping Date: Sun, 26 Oct 2025 03:27:19 +0100 Subject: [PATCH] remove broken create command for now --- Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Program.cs b/Program.cs index f816ded..25e374a 100644 --- a/Program.cs +++ b/Program.cs @@ -6,7 +6,7 @@ internal static class Program { private static void Main(String[] args) { RootCommand rootCommand = new("ragephoto-cli Application") { - CreateCommand, GetCommand, SetCommand + GetCommand, SetCommand }; rootCommand.Parse(args).Invoke(); }