remove broken create command for now

This commit is contained in:
Syping 2025-10-26 03:27:19 +01:00
parent 3d48c2c65b
commit b70731e633

View file

@ -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();
}